animation-demo icon indicating copy to clipboard operation
animation-demo copied to clipboard

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

Results 3 animation-demo issues
Sort by recently updated
recently updated
newest added

When using keyframe animations we can specify fill-mode forwards to make the animation permenant. Can we do this using the .animate method / API in typescript? How do we make...

Hi, would it be possible for you to create a {N} Playground version of this? I don't have the dev tools installed on my machine but would love to see...

For example, it could have the following structure: - Animations with code: - opacity - background color - ... - Animations with CSS: - opaciity - background color - ...