Files
NativeScript/e2e/animation/app/css-animations/opacity/page.xml
2018-06-19 18:58:11 +03:00

14 lines
456 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded">
<ActionBar title="Opacity" />
<StackLayout>
<Button text="Animate" tap="onAnimate" />
<Button text="Reset" tap="onReset" />
<AbsoluteLayout width="300" height="300" clipToBounds="true" backgroundColor="LightGray">
<Image id="view" src="~/res/icon_100x100.png" width="100" height="100" left="100" top="100" />
</AbsoluteLayout>
</StackLayout>
</Page>