Animatables
  • đŸ•šī¸Getting Started
    • Introducing Animatables
    • Installation
    • Components
      • Animation Data
      • Animation Manager
        • Animation Curve Presets
      • Animatable Transform
      • Animatable UI Objects
    • Easing Curves
  • 📄Scripting Basics
    • Animation Registry
    • Creating Animations
      • Animation Creator
      • Animating Numbers
      • Animating Colors
      • Animating Transform
      • Animating Rect Transform
      • Easing Animations
    • Getting Animations
    • Add or Remove Animations
    • Editing Animations
    • Events
  • đŸ› ī¸Support
    • Getting Help
    • Contact
  • 📚Changelogs
    • Latest Releases
Powered by GitBook
On this page
  1. Getting Started
  2. Components
  3. Animation Manager

Animation Curve Presets

PreviousAnimation ManagerNextAnimatable Transform

Last updated 1 year ago

When the component is added, the Animation Curve Presets component will be added along with it. It only exists for scripting purposes, as it makes 42 easing curves available through code (See Animation Easing).

Properties

Curves (Read Only)

A list of easing animation curves.

đŸ•šī¸
Animation Manager