Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fusion/cfranimated
A "compressed time" animation library for Android (currently Canvas)
https://github.com/fusion/cfranimated
Last synced: 22 days ago
JSON representation
A "compressed time" animation library for Android (currently Canvas)
- Host: GitHub
- URL: https://github.com/fusion/cfranimated
- Owner: Fusion
- Created: 2011-08-08T01:44:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-08T06:46:21.000Z (over 13 years ago)
- Last Synced: 2024-10-16T08:19:10.237Z (2 months ago)
- Language: Java
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# WHAT IS THIS?
An animation library that allows app developers to run Canvas-based animations in a given amount of time.
This allows Android applications to perform animations in a manner that does not make the application feel "sluggish" which is a challenge with garbage collection and multitasking.
# WHAT IS IT NOT?
This library does not create your animations for you. You still need to implement them yourself; the library's framework helps you keep them zippy.
A sample application is provided and you can also download it from the market ('CFRAnimated'). It shows how you can subclass CFRAnimated to create your own animations.
# WHO USES THIS?
Currently, me. I use it in a yet unreleased util codenamed 'Explorer' that lets you browse your SDCard content through concentric rings, showing you which files/directories are using up the most disk space.
# HELP!
I will soon create a write-up that explains this library's structure and paradigms in depth.
# WHO WROTE THIS?
Chris Ravenscroft. My blog can be found at [link](http://nexus.zteo.com)