Open source cross-platform animation demo app built with NativeScript.
Use this application to find-out how to implement common animation scenarios with NativeScript.
-
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