Giter VIP home page Giter VIP logo

Comments (9)

rstacruz avatar rstacruz commented on May 21, 2024

Try it with the new version on master. :-) I believe the root cause is that the transitionEnd doesn't always get called properly especially when the element may be hidden (among other issues).

from jquery.transit.

8ozStudios avatar 8ozStudios commented on May 21, 2024

Thanks for your speedy response!

I replaced the jquery.transit.js I was using with the one in the zip on the homepage - is that the one you meant? No change in the problem. Try the same link as above - it has the new js on it.

  • M

from jquery.transit.

rstacruz avatar rstacruz commented on May 21, 2024

Try this one sir: jquery.transit.js

It's the one in the GitHub source page.

from jquery.transit.

8ozStudios avatar 8ozStudios commented on May 21, 2024

Thanks - I'm new to GitHub. But still no changes using that version.. same problem as before.

M

from jquery.transit.

rstacruz avatar rstacruz commented on May 21, 2024

By the way, your page flickers on WebKit (Chrome17/Mac). You can fix this with body { -webkit-backface-visibility: hidden }. (info) :-)

from jquery.transit.

rstacruz avatar rstacruz commented on May 21, 2024

Also, try again now. I've updated the master version just now.

from jquery.transit.

8ozStudios avatar 8ozStudios commented on May 21, 2024

That worked! The rotate no longer breaks. It does seem to have replaced the break with a delay, but I can live with that - I think it works with the animation anyway. You can see this live at the same link if you are interested.

Thanks so much, this is a great plugin!

-M

from jquery.transit.

8ozStudios avatar 8ozStudios commented on May 21, 2024

Also thanks for the tip about that flicker - I noticed it but hadn't looked into the cause yet.

from jquery.transit.

drinchev avatar drinchev commented on May 21, 2024

Wow, what's that thing with the flickers ... have you investigated that issue. I'm using your fix, but actually I can't understand, why is this happening.

By the way, I found out that when I have explicitly set in my css file

 -webkit-transition: [property-i-transition] 

And when transition my element with

 $("element").transition({ property : 3 });

There is a webkitTransitionEnd event triggered.

But when I do without any css file modification, the event triggered is the timeout callback.

I think this is somekind of webkit bug, though!

from jquery.transit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.