Files
NativeScript/apps/automated/app/ui/animation/animation.md
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

575 B

nav-title, title, environment, description, previous_url
nav-title title environment description previous_url
animation How-To animation nativescript Examples for using animation /ApiReference/ui/animation/HOW-TO

Animation

Animating view properties requires the "ui/animation" module. {%snippet animation-require%}

Animating properties

{%snippet animation-properties%}

Cancelling animation

{%snippet animation-cancel%}

Chaining animations

{%snippet animation-chaining%}

Reusing animations

{%snippet animation-reusing%}

Animating multiple views simultaneously

{%snippet animation-multiple-views%}