animatable
Animatable is an adjective used in computer graphics and user interface design to describe an object, property, or parameter that can be smoothly changed over time by an animation. When something is animatable, its value can be interpolated from a start state to an end state according to a timing function or easing curve.
In web development and software frameworks, animatable properties are those that can be transitioned or animated
Common techniques for animating animatable properties include keyframes and tweening, CSS transitions, and framework-specific animation APIs.
In specific programming environments, the concept of animatable data is formalized. For instance, SwiftUI provides an
Overall, animatable properties are central to creating fluid, responsive user interfaces and visually engaging graphics, by