Appearance

Animations and Transitions

3 min read

Animations control how smoothly your notification appears and disappears. Good motion feels polished without distracting visitors.

Find these under Appearance → Animation Settings. Pair with Display Types and Position for the full look.

Show animation

Show Animation runs when the notification first appears.

OptionEffect
Fade InGentle opacity fade (default)
Slide In From Left / Right / Top / BottomSlides in from that direction
BounceBouncy entrance
Zoom InScales up into view
FlipFlip effect
No AnimationAppears instantly

Pick a slide direction that matches your position (e.g. slide from right for top-right side boxes).

Hide animation

Hide Animation runs when the notification closes or auto-hides.

OptionEffect
Fade OutGentle fade away (default)
Slide Out To Left / Right / Top / BottomSlides out that way
Bounce, Zoom Out, FlipSame styles as show, in reverse
No AnimationDisappears instantly

You can mix styles (e.g. fade in, slide out).

Animation duration

Animation Duration (ms) is how long each animation takes, in milliseconds.

  • Default is around 300 ms (about a third of a second)
  • Range: 0 to 2000 ms
  • Hidden when both Show and Hide are set to No Animation
FeelSuggested duration
Snappy150 to 250 ms
Standard300 to 400 ms
Slow, dramatic600 ms or more

Duration and timing tab

Animations are only visual. How long the notification stays on screen is set on the Timing tab under Display Duration. See When Should the Notification Show?.

Tips for non-designers

  • Fade is safe for almost every site.
  • Match slide direction to position so the box does not slide from the wrong side.
  • Avoid very long durations on mobile; visitors may think the site is slow.
  • Test with Preview after changing animations.

Checklist

  • [ ] Set Show Animation for entrance
  • [ ] Set Hide Animation for exit
  • [ ] Adjust duration if motion feels too fast or slow
  • [ ] Previewed show and hide on the front end

Appearance series

  1. Display Types: Toast, Popup, Topbar, Floating
  2. Position and Device Visibility
  3. Animations and Transitions (you are here)
  4. Custom CSS for Notifications
  5. Notification Audio
  6. Topbar Above Header (Theme Compatibility)