animation-demo
animation-demo copied to clipboard
A sample app demonstrating different kinds of animations achieved with CSS, keyframes and NativeScript.
NativeScript animation demo application
Open source cross-platform animation demo app built with NativeScript.
Use this application to find-out how to implement common animation scenarios with NativeScript.
Running the sample
-
Make sure you have the NativeScript Command-line Interface installed as well as all the prerequisites for the NativeScript development, described in the package page.
-
Install the dependencies of the sample (NativeScript modules and TypeScript compiler) and add the preferred platform-specific tools to the project library. Note that iOS development is only available with a Mac machine.
`tns install` -
Compile the TypeScript code
`node_modules/typescript/bin/tsc -p .` -
Run the project.
tns run ios|android