Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

::

enum AnimationRepeat
Description
These constants determine how the [0,1] parameter range of the animation is driven through.

Values
oneShot The [0,1] parameter range is sweeped through exactly once, starting with 0 and ending with 1.
oneShotPingPong The [0,1] parameter range is sweeped through exactly twice, starting with 0, going to 1, and going back to 0.
pingPong The [0,1] parameter range is sweeped through infinitely, starting with 0, going to 1, and going back to 0, and then starting again.
repeat The [0,1] parameter range is sweeped through infinitely, starting with 0, going to 1, and starting with 0 again.
Values' Details
oneShot
oneShot,
Description
The [0,1] parameter range is sweeped through exactly once, starting with 0 and ending with 1.
oneShotPingPong
oneShotPingPong,
Description
The [0,1] parameter range is sweeped through exactly twice, starting with 0, going to 1, and going back to 0.
pingPong
pingPong,
Description
The [0,1] parameter range is sweeped through infinitely, starting with 0, going to 1, and going back to 0, and then starting again.
repeat
repeat,
Description
The [0,1] parameter range is sweeped through infinitely, starting with 0, going to 1, and starting with 0 again.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.