Skip to content

v0.2

Compare
Choose a tag to compare
@matuella matuella released this 18 Feb 22:19
· 12 commits to master since this release

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).