Skip to content
Open App

Preset Library

The Preset Library provides ready-made animations that you can load and customize. Access it from the Library tab in the Properties panel (top-right). Hover over a preset card to see an animated preview.

Click any preset card to load it. This replaces your current HTML, CSS, tracks, keyframes, and animation config with the preset’s content. The animation auto-plays so you can see the result immediately.

PresetDescriptionDurationProperties
Fade InOpacity fade from invisible to visible800msopacity
Slide In LeftSlides in from the left with a fade600msopacity, translate
Scale UpScales up from small with a bounce feel500msopacity, scale
BounceElastic bounce entrance from above900mstranslate

These use fill-mode: both, so the element retains its final state. They load with infinite looping enabled for preview — adjust the iteration count in the transport bar for one-shot playback.

PresetDescriptionDurationProperties
SpinContinuous 360-degree rotation1000msrotate
PulseGentle pulsing scale effect1200msscale
Loading SpinnerClassic border-arc loading spinner800msrotate
Color CycleCycles through rainbow colors via filter hue-rotate2000msfilter (hue-rotate, saturate)

These loop infinitely. Pulse uses alternate direction; the others use normal.

PresetDescriptionDurationProperties
Sequotion IntroTitle slides in, tagline fades and unblurs2000msopacity, translate, filter

This preset demonstrates animating multiple elements with coordinated timing.

After loading a preset, treat it as a starting point. You can:

  • Add or remove property tracks
  • Adjust keyframe values, positions, and easing curves
  • Change the animation config (duration, direction, iterations, etc.)
  • Edit the HTML and CSS to fit your design