Namespaces
CORE_ANIMATION_DEFAULTS
Default animation values used throughout core
const CORE_ANIMATION_DEFAULTS: {
duration: number;
spring: {
friction: number;
mass: number;
tension: number;
velocity: number;
};
};Defined in: utils/animation-helpers.ts
Default animation values used throughout core
Type Declaration
duration
duration: number;spring
spring: {
friction: number;
mass: number;
tension: number;
velocity: number;
};spring.friction
friction: number;spring.mass
mass: number;spring.tension
tension: number;spring.velocity
velocity: number;