mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-24 10:17:49 +08:00
26 lines
575 B
Markdown
26 lines
575 B
Markdown
---
|
|
nav-title: "animation How-To"
|
|
title: "animation"
|
|
environment: nativescript
|
|
description: "Examples for using animation"
|
|
previous_url: /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%}
|