Files
Vasil Chimev 66d631ebca Revert "Revert "feat(animation): support animating width/height properties (WIP) (#4917)" (#5136)"
This reverts commit 8973a6febde4a4b41637d80b17506a7d25ffebf8.
2019-05-07 13:58:07 +03:00

11 lines
331 B
XML

<Page>
<AbsoluteLayout>
<Label originX="0" originY="0" top="0" left="0"
height="128" fontSize="64px" color="white"
textAlignment="center"
text="Tap here"
width="100%" backgroundColor="purple"
tap="animateHeight"/>
</AbsoluteLayout>
</Page>