-
Notifications
You must be signed in to change notification settings - Fork 846
Comparing changes
Open a pull request
base repository: rstacruz/jquery.transit
base: master
head repository: gunta/jquery.transit
compare: master
- 13 commits
- 3 files changed
- 4 contributors
Commits on May 14, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 72da348 - Browse repository at this point
Copy the full SHA 72da348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b4860b - Browse repository at this point
Copy the full SHA 6b4860bView commit details -
Added check for transform3d supported before using 3d transformations…
… on WebKit. Fixes #34
Configuration menu - View commit details
-
Copy full SHA for 8226d6a - Browse repository at this point
Copy the full SHA 8226d6aView commit details
Commits on May 15, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 5deac49 - Browse repository at this point
Copy the full SHA 5deac49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ca52f5 - Browse repository at this point
Copy the full SHA 9ca52f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c36202d - Browse repository at this point
Copy the full SHA c36202dView commit details
Commits on Aug 10, 2012
-
jQuery 1.8 now automatically prefixes certain properties (like transf…
…orm). Namespace the transit transform property, so it doesn't conflict.
Configuration menu - View commit details
-
Copy full SHA for 9982063 - Browse repository at this point
Copy the full SHA 9982063View commit details
Commits on Aug 12, 2012
-
Fix transitions under jQuery 1.8. Add minimal test cases. Improve the…
… performance of a few loops by using straight for loops rather than jQuery each iterators. Remove the transformOrigin and transition CSS hooks when using jQuery 1.8+, as jQuery now does those natively. Renamed the tranform hook to transit:transform to diaambiguate it from the browser's transform property, which fixes the issues from my previous patch.
Configuration menu - View commit details
-
Copy full SHA for b4684ae - Browse repository at this point
Copy the full SHA b4684aeView commit details
Commits on Aug 29, 2012
-
multiple transition() on one element with no queue
The problem was that on every transition() call, the css property "transition" got overwritten. for example: $(elm).transition({ opacity: 1, duration: 400, easing: 'ease', queue: false }) $(elm).transition({ rotate: 30, duration: 300, easing: 'in', queue: false }) would result in element css: "transition: rotate 300 ease-in" i now merge the properties to generate the css: "transition: opacity 400ms ease, rotate 300ms ease-in" also "unmerge" function allows to remove a property from the string (the whole string used to be cleared) when finished transitioning. this also allows for the hardcoded "transition" properties on the element to be maintained, if we are transitioning some other property.Configuration menu - View commit details
-
Copy full SHA for 304cde2 - Browse repository at this point
Copy the full SHA 304cde2View commit details
Commits on Sep 20, 2012
-
Merge remote-tracking branch 'chealdver/master'
Conflicts: jquery.transit.js OK
Configuration menu - View commit details
-
Copy full SHA for 87d1ce5 - Browse repository at this point
Copy the full SHA 87d1ce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58ac74a - Browse repository at this point
Copy the full SHA 58ac74aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c1a0d3 - Browse repository at this point
Copy the full SHA 2c1a0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e78fd92 - Browse repository at this point
Copy the full SHA e78fd92View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master