Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days ago
JSON representation
Actionscript 3 classes for animated flipping of 'two-sided' display objects. (Think OS X Dashboard Widgets)
- Host: GitHub
- URL: https://github.com/zeke/as3_clip_flipper
- Owner: zeke
- Created: 2008-11-06T02:09:30.000Z (about 16 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T16:31:06.000Z (over 2 years ago)
- Last Synced: 2024-12-16T22:15:35.807Z (27 days ago)
- Language: ActionScript
- Homepage:
- Size: 223 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
- awesome-actionscript-sorted - as3_clip_flipper - Actionscript 3 classes for animated flipping of 'two-sided' display objects. (Think OS X Dashboard Widgets) (User Interface / UI Components)
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