Skip to main content

Interface: CyclicReplaceOptions

Defined in: animation/transform/MovementTransforms.ts:355

Extends

Properties

autoCenter?

optional autoCenter: boolean

Defined in: animation/transform/MovementTransforms.ts:359

Auto-center points around position before animation, default true


duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


pathArc?

optional pathArc: number

Defined in: animation/transform/MovementTransforms.ts:357

Path arc angle for movement, default PI/2


rateFunc?

optional rateFunc: RateFunction

Defined in: animation/Animation.ts:16

Rate function controlling the animation's pacing (default: smooth)

Inherited from

AnimationOptions.rateFunc


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:18

Shift direction for fade animations

Inherited from

AnimationOptions.shift