Skip to content

A sample app demonstrating different kinds of animations achieved with CSS, keyframes and NativeScript.

Notifications You must be signed in to change notification settings

NativeScript/animation-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

About

A sample app demonstrating different kinds of animations achieved with CSS, keyframes and NativeScript.

Resources

Stars

Watchers

Forks

Packages

No packages published