Can anybody give me any example about OpenAnimator class?
Thanks in advance!
Can anybody give me any example about OpenAnimator class?
Thanks in advance!
Hi!
OpenAnimator is an abstract base class which a couple other animators inherit from. This means you can’t use OpenAnimator directly. Instead, please take a look at either Cycle (https://www.fusetools.com/docs/fuse/animations/cycle_1) or Spin (https://www.fusetools.com/docs/fuse/animations/spin), which both are types of OpenAnimators.
Especially Cycle can be very useful, and applicable in a wide range of use-cases, so i would start there.
Let me know if anything is unclear.