Skip to content

Page Animations

Page animations let you animate individual elements into the page when the page first appears on screen — bringing it to life beyond a static layout.

Adding an animation to an element

  1. Open a page in the Page Editor
  2. Click any element (text, image, shape, etc.)
  3. In the right panel, click Add animate in
  4. Choose an animation type — changing the type replays the animation immediately so you can preview it
Add animate in button

Animation settings

Animation settings panel
SettingWhat it does
TypeThe animation style (see options below)
DurationHow long the animation takes
DelayHow long to wait before the animation starts
EasingThe acceleration curve: linear, ease, ease-in, ease-out, ease-in-out
Initial valuesAdvanced: set starting CSS values to combine multiple effects

Animation types

TypeEffect
FadeElement fades in from transparent
ScaleElement scales up from a smaller size
Slide LeftElement slides in from the right
Slide RightElement slides in from the left
Slide TopElement slides in from the bottom
Slide BottomElement slides in from the top
Bounce LeftElement bounces in from the right
Bounce RightElement bounces in from the left
Bounce TopElement bounces in from the bottom
Bounce BottomElement bounces in from the top

Combining animations

Using initial values you can stack effects. For example: set animation type to scale and set initial opacity to 0 — the element will both scale in and fade in at the same time.

Expand Advanced values on the animation panel to reveal opacity, scale, and translate inputs for the element's starting position.

Initial values expanded

Previewing animations

After changing duration or delay, the animation doesn't replay automatically. Click the Play animation button at the bottom of the screen to replay all animations on the page at once.

Resetting

Click Reset to default to clear any custom initial values and start fresh.

TIP

Animations may not play on low-end devices (like some SOC displays). Test on your target hardware if smooth animations are important.