Closed
Bug 807636
Opened 13 years ago
Closed 11 years ago
jquery.transit does not work
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alice0775, Unassigned)
References
()
Details
(Keywords: regression)
Build Identifier:
http://hg.mozilla.org/releases/mozilla-release/rev/e0c8343d2809
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0 ID:20121024073032
Steps to reproduce:
1. Open URL http://ricostacruz.com/jquery.transit/
2. Scroll down
3. Mouse hover over examples
Actual results:
Animation does not start
![]() |
||
Comment 1•13 years ago
|
||
The library at http://ricostacruz.com/jquery.transit/jquery.transit.js does this:
var t = $(elem).css('transform') || new Transform();
t.setFromString(prop, value);
which is, of course, completely broken in any UA that supports unprefixed "transform".
Assignee: nobody → english-us
Component: Style System (CSS) → English US
Product: Core → Tech Evangelism
Version: 16 Branch → unspecified
![]() |
||
Comment 2•13 years ago
|
||
Looks like https://github.com/rstacruz/jquery.transit/issues/86 covers this.
![]() |
Reporter | |
Comment 3•13 years ago
|
||
(In reply to Boris Zbarsky (:bz) from comment #2)
> Looks like https://github.com/rstacruz/jquery.transit/issues/86 covers this.
Thank you for that link
![]() |
||
Comment 4•11 years ago
|
||
Everything is working for me.
Assignee: english-us → nobody
Status: NEW → RESOLVED
Closed: 11 years ago
Component: English US → Desktop
Resolution: --- → FIXED
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•