Skip to content

Functions

Low-level

Mid-level

High-level

  • Baked animations: Define stackable, premium animations. All mid-level composables have a baked version.

    • useBakedAnimation: Exposes a fromTo tween with baked settings.
    • useBakedAnimateOnScroll: Runs baked animations on scroll. Scroll settings are automatically determined if not explicitly set.
    • useBakedSplitTextAnimation: Runs useSplitTextAnimation with baked presets.
  • Transitions: Composables for kickass transitions that can be used for anything.

    • useBendyWendy
    • useOffset

Released under the MIT License.