mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
24 lines
525 B
Markdown
24 lines
525 B
Markdown
---
|
|
nav-title: "animation How-To"
|
|
title: "animation"
|
|
description: "Examples for using animation"
|
|
---
|
|
# Animation
|
|
Animating view properties requires the "ui/animation" module.
|
|
<snippet id='animation-require'/>
|
|
|
|
# Animating properties
|
|
<snippet id='animation-properties'/>
|
|
|
|
# Cancelling animation
|
|
<snippet id='animation-cancel'/>
|
|
|
|
# Chaining animations
|
|
<snippet id='animation-chaining'/>
|
|
|
|
# Reusing animations
|
|
<snippet id='animation-reusing'/>
|
|
|
|
# Animating multiple views simultaneously
|
|
<snippet id='animation-multiple-views'/>
|