0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 13, 2025 — Mar 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes a small typo that causes a severe error. More... over 16 years ago
Improved README a bit, and added the potential for CSS-only timing curves. More... over 16 years ago
Adds bezier curve timing function. Also, fixes several bugs, including ones that prevented CSS transitions from occuring under some circumstances. More... over 16 years ago
Fix an obvious syntax error. More... over 16 years ago
Start timing function implementation. More... over 16 years ago
Fixes some unnecessary setting of style that caused animation interruption by changing transitions around. More... over 16 years ago
Fixes a relatively major/minor bug (it probably would not normally cause a problem, but if it did cause a problem, it would cause a debugging nightmare as it would be very tricky to find). More... over 16 years ago
Semi-support for opacity on IE (child views will NOT fade due to a very odd IE bug). More... over 16 years ago
Make immediate sets stop current animations. More... over 16 years ago
Support for setting display:none at end of animation (by pseudo-animating display:none). Also, miscellaneous fixes. More... over 16 years ago
Nice stability improvements, including better handling of initial layout and renderings not triggered by animation itself. More... over 16 years ago
Eh? More... over 16 years ago
API change notes and a couple of minor fixes. More... over 16 years ago
* Added support for style transitions. * Added first (and most important) style transition: opacity. * Made styles and layout go through one code path. * Added experimental (work-in-progress) support for resetting animation. More... over 16 years ago
Added centerX/centerY support; now supports Firefox CSS transitions. More... over 16 years ago
* Performance improvements for Firefox at least (probably other browsers as well) Done by reducing memory alloc per instance frame by removing Date.now call and passing the result of the master frame's Date.now. Also some other things that I could not at the time measure a time difference for (but they may have made one). However, they should in theory be faster. More... over 16 years ago
Fixed CSS transitions. Actually, they run at about the same speed as JavaScript. More... over 16 years ago
Improvements improvements. I forgot what I did, aside from update BENCHMARKS. More... over 16 years ago
Re-enable CSS-transition-based animations, now that I found the misordered lines breaking it. More... over 16 years ago
Negative: No more animation of centerX/Y (for now...). Positive: Like, 13.3 times faster. More... over 16 years ago
Obviously, I don't know the year. More... over 16 years ago
Updated README a bit with install instructions. More... over 16 years ago
Initial commit. More... over 16 years ago