0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removing some extra console.logs and changing the FilterType to nearest neighbor in IE More... over 15 years ago
switching to the correct method for resetting a regex pointer More... over 15 years ago
removing some TODO notes that were fixed in 0.8.0 More... over 15 years ago
js lint suggestions More... over 15 years ago
allow animation of matrix property. Allow animation of reflection properties. speed optimizations in IE. More... over 15 years ago
JS Lint suggestions More... over 15 years ago
should be working much better now in IE. Significantly improved the safe outer height/width calculations in IE. More... over 15 years ago
more testing in IE. Still some small bugs and profiling fixes to makes. More... over 15 years ago
Doing some testing for animations and basic changes. This code is known to be broken. Don't use it right now. But a new version is coming soon. More... over 15 years ago
debugging the new sylvester-less matrices, fixing translate to not use a matrix unless absolutely necessary. Fixing a small bug where IE handles a single value for scale differently. More... over 15 years ago
removing the need for the Sylvester with some simple matrix calculations inspired by mjs. Some tests indicated that the multiplication of matrices may be increased by 5x. http://blog.vlad1.com/2010/02/05/mjs-simple-vector-and-matrix-math-for-js/ More... over 15 years ago
fixing some animation conflicts. $.inArray() was not returning expected results. More... almost 16 years ago
Reducing Sylvester to just the e() and x() functions that I was using. More... almost 16 years ago
adding some reflect functions and allowing origin to animate. cleaning up code. More... almost 16 years ago
making some small edits to the comments. Creating a new angle object in the hopes of intelligently converting angles in the future. More... almost 16 years ago
Fixing some bad this references in $.matrix More... almost 16 years ago
removing the full version of sylvester since it's not needed. More... almost 16 years ago
Merge branch 'master' of github.com:heygrady/transform More... almost 16 years ago
Creating a version of Sylvester with only the matrix functions. More... almost 16 years ago
some more example images More... almost 16 years ago
some new example images. More... almost 16 years ago
Major re-org of the code to make it more jQuery-ish. Separated out the transform, animate and matrix functions. More... almost 16 years ago
adding some example images for the documentation More... almost 16 years ago
fixed a bug in the animation of multivalue functions More... almost 16 years ago
cleaning up the form. The next step is to test out animating the transform origin. More... almost 16 years ago
I renamed this file from transform.js and git got confused. More... almost 16 years ago
deleting some files More... almost 16 years ago
cleaning things up a little More... almost 16 years ago
ironed out all of the IE bugs. IE now transforms exactly as Moz, including respecting transform-origin. More... almost 16 years ago
Animation complete for Moz, WebKit and O. Funtional for MSIE, origin is not transforming correctly. More... almost 16 years ago