Open animators OpenAnimator Class
Open animators animate repeatedly for as long as the trigger is active.
The Duration
and Delay
specify when this animator is "on". This is the time when the animator will be actively applying its effect. Outside of this period the animator is "off". When off the animator will continue playing until it reaches a suitable resting value. This prevents the animation from jerking between values.
Available open animators
Location
- Namespace
- Fuse.Animations
- Package
- Fuse.Animations 2.9.1
Interface of OpenAnimator
HasDuration : bool uno
OpenAnimator Constructor uno
Creates a new OpenAnimator
ResetDuration uno
Inherited from Animator
Delay : double ux
Mixer : IMixer uno
MixOp : MixOp ux
How to mix this animator when there are multiple conflicting animators affecting the target.