animation-demo
animation-demo copied to clipboard
Permenant animations using animate method?
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 an animation 'stick'?