Interface: GrowFromEdgeOptions
Defined in: animation/growing/index.ts:101
GrowFromEdge options
Extends
Properties
duration?
optionalduration:number
Defined in: animation/Animation.ts:14
Duration of the animation in seconds (default: 1)
Inherited from
edge
edge:
Vector3Tuple
Defined in: animation/growing/index.ts:103
Edge to grow from (UP, DOWN, LEFT, RIGHT)
rateFunc?
optionalrateFunc:RateFunction
Defined in: animation/Animation.ts:16
Rate function controlling the animation's pacing (default: smooth)
Inherited from
shift?
optionalshift: [number,number,number]
Defined in: animation/Animation.ts:18
Shift direction for fade animations