You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks to me like this line is the offending one – this.element.style.webkitTransform should probably be this.element.style.transform, right? If I copy the calculated scale value from Chrome and manually apply it in Firefox it works.
Incidentally, when I've been playing with this (eg. a grid of 8 complex gifs), Firefox miscalculates the scale by around a factor of 10, but only occasionally. This is probably my implementation rather than x-gif itself, but thought it was worth noting.
The text was updated successfully, but these errors were encountered:
... so it turns out @itsananderson already identified (and fixed!) this over a year ago in #25 – is there a reason it's not been merged or should I just switch to his fork?
It looks to me like this line is the offending one –
this.element.style.webkitTransform
should probably bethis.element.style.transform
, right? If I copy the calculated scale value from Chrome and manually apply it in Firefox it works.Incidentally, when I've been playing with this (eg. a grid of 8 complex gifs), Firefox miscalculates the scale by around a factor of 10, but only occasionally. This is probably my implementation rather than
x-gif
itself, but thought it was worth noting.The text was updated successfully, but these errors were encountered: