Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeke/as3_clip_flipper

Actionscript 3 classes for animated flipping of 'two-sided' display objects. (Think OS X Dashboard Widgets)
https://github.com/zeke/as3_clip_flipper

Last synced: about 2 months ago
JSON representation

Actionscript 3 classes for animated flipping of 'two-sided' display objects. (Think OS X Dashboard Widgets)

Awesome Lists containing this project

README

        

h1. ClipFlipper

ClipFlipper is an AS3 project that allows display objects (MovieClips, Sprites) to be 'flipped over' horizontally, much like OS X's Dashboard widgets. Options include flipping speed, vertical stretchiness, and flipping mode (circular or back-and-forth).

Clips can also optionally be tweened on a per-corner basis, giving them a more flexible look, as though they're being bent as they flip over. (Experimental)

h2. Demo

Check our a working example at: "http://zeke.sikelianos.com/projects/clip_flipper/":http://zeke.sikelianos.com/projects/clip_flipper/

h2. Credits

* DistortionTweener is based almost entirely on "Matt Przybylski's":http://zeke.sikelianos.com/projects/clip_flipper/clip_flipper.swf class of the same name.
* DistortImage was written by "Thomas Pfeiffer":http://flashsandy.org.

h2. To Do

* Add vertical flipping functionality
* Improve upon the newly added per-corner tweening methods