Generated with
This document is part of the ebook for O1 (aka CS-A1110 Programming 1), a course at Aalto University.
This document is part of the ebook for O1 (aka CS-A1110 Programming 1), a course at Aalto University.
o1.gui.Animation.AtEnd
The values of this enumeration each specify a different policy for what happens once an Animation reaches the last frame.
Attributes
-
Graph
-
-
Supertypes
-
Members list
Used as an Animation parameter to signal that the animation window should automatically close after the last frame.
Used as an Animation parameter to signal that the animation window should automatically close after the last frame.
Attributes
Used as an Animation parameter to signal that the animation should stay stopped but visible at the last frame once it’s done.
Used as an Animation parameter to signal that the animation should stay stopped but visible at the last frame once it’s done.
Attributes
Used as an Animation parameter to signal that the animation should repeat ad infinitum.
Used as an Animation parameter to signal that the animation should repeat ad infinitum.
Attributes