-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swipe does not work on Firefox 14.0a1 (2012-03-21) #31
Comments
Further testing: It does seem that Swipe does change the image internally; if you chose another effect after Swipe, the image Swipe chose flashes before the new transition. |
Thanks for the report, Flux should however filter it out on Firefox but its obviously slipping through the net, I'll take a look at the feature detect methods. |
Thanks for reply! |
Hi, same here :( i have firefox 22.0 and the swipe transition is the only one who don't works. No error pending on the console or in firebug. what happen:
if i click on one other transition and back on "swipe" after, we come back to the first case swipe is very cool transition, i want to use it but i cant because its not cross browser for this time :( No hope to debug this? thx |
Hi, Just switch off the drag of image. Add: draggable="false" unselectable="on" selectable="false" onselectstart="return false" ondrag="return false" ondragstart="return false" ondragend="return false" ondblclick="return false" onfocus="blur()" to your img tag. These attributes force the image to avoid its dragging ability and swipe works. This worked for me. Hope it will work for you too. |
There is no img tag on http://www.joelambert.co.uk/flux/. How can i process? |
...all the other transitions work great!
The text was updated successfully, but these errors were encountered: