https://github.com/nativescript/animation-demo
A sample app demonstrating different kinds of animations achieved with CSS, keyframes and NativeScript.
https://github.com/nativescript/animation-demo
Last synced: about 1 month ago
JSON representation
A sample app demonstrating different kinds of animations achieved with CSS, keyframes and NativeScript.
- Host: GitHub
- URL: https://github.com/nativescript/animation-demo
- Owner: NativeScript
- Created: 2015-09-17T13:28:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T07:41:55.000Z (almost 6 years ago)
- Last Synced: 2025-10-08T18:47:38.975Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 4.79 MB
- Stars: 29
- Watchers: 29
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
1. Make sure you have the [NativeScript Command-line Interface](https://www.npmjs.com/package/nativescript) installed as well as all the prerequisites for the NativeScript development, described in the package page.
2. 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`
3. Compile the TypeScript code
`node_modules/typescript/bin/tsc -p .`
4. Run the project.
`tns run ios|android`