Releases: olmps/Revolutionary
Releases · olmps/Revolutionary
v0.3.1
v0.3.0
v0.2
Full Refactoring of the Revolutionary framework!
Now its API is more robust, meaning that it has a clear separation of concerns, documented and exemplified in a complete customizable exemple!
The API exposes approaches to:
- Animate a progress in any kind of way;
- Animate a progress in a countdown style (allowing both finite and infinite revolutions animations);
- Animate a progress in a stopwatch style (allowing both finite and infinite revolutions animations).
You can access the Revolutionary
class by instantiating it directly (recommended if you're going to use inside a SpriteKit project or more complex layouts), or if you're going to use in UIKit, you can create a RevolutionaryView
(a SKView
wrapper) or a RevolutionaryScene
(a SKScene
wrapper).