:: com :: sun :: star :: rendering ::
|
unpublished |
constants group AnimationRepeat |
|
|
- Usage Restrictions
- not published
- Description
- This are the possible repeat modes for animations.
These constants determine how the [0,1] parameter range of the
animation is driven through, thus defining the possible repeat
modes.
- Since
- OOo 2.0
|
Constants |
ONE_SHOT |
The [0,1] parameter range is swept through exactly once. |
ONE_SHOT_PINGPONG |
The [0,1] parameter range is swept through exactly twice. |
PINGPONG |
The [0,1] parameter range is swept through infinitely. |
REPEAT |
The [0,1] parameter range is swept through infinitely. |
Constants' Details |
ONE_SHOT
const byte ONE_SHOT =0;
- Description
- The [0,1] parameter range is swept through exactly once.
The [0,1] parameter range is swept through exactly once,
starting with 0 and ending with 1.
|
|
ONE_SHOT_PINGPONG
const byte ONE_SHOT_PINGPONG =1;
- Description
- The [0,1] parameter range is swept through exactly twice.
The [0,1] parameter range is swept through exactly twice,
starting with 0, going to 1, and going back to 0. When
plotting the value over time, this yields a triangle curve.
|
|
PINGPONG
const byte PINGPONG =2;
- Description
- The [0,1] parameter range is swept through infinitely.
The [0,1] parameter range is swept through infinitely,
starting with 0, going to 1, and going back to 0, and then
starting again. When plotting the value over time, this yields
a repeated triangle curve.
|
|
REPEAT
const byte REPEAT =3;
- Description
- The [0,1] parameter range is swept through infinitely.
The [0,1] parameter range is swept through infinitely,
starting with 0, going to 1, and starting with 0 again. When
plotting the value over time, this yields a repeated saw-tooth
curve.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.