animation-demo
animation-demo copied to clipboard
A sample app demonstrating different kinds of animations achieved with CSS, keyframes and NativeScript.
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 - ...