Code Monkey home page Code Monkey logo

Comments (3)

terrymun avatar terrymun commented on June 3, 2024

I realized that it is because the e.originalEvent.propertyName is not being sniffed property. The stranger thing is that this effect works without an issue locally. However, I am in the middle of devising a separate, less cumbersome way of managing the timing issue using JS native timers instead of relying on sniffing the transitionend event (which is yet to be standardized across all browsers anyway).

from fluidbox.

daverayment avatar daverayment commented on June 3, 2024

Hi Terry,

Thanks for the quick response.

You're using the propertyName check to prevent multiple events firing. However, I don't believe this is required. For the fluidbox-overlay element, you are immediately removing it from the DOM, so any bound events will be removed alongside it. When you are changing the opacity for the ghost and img elements, there's no harm in the event being fired more than once - subsequent events will do no work, because the elements' opacity values are already set correctly.

from fluidbox.

terrymun avatar terrymun commented on June 3, 2024

I have since removed that conditional statement — however, Firefox is still notorious for its patchy support for transitionend, an issue raised here, here and here.

I have since removed sniffing for that event for crucial events (like removing the overlay), but retained it for some other functions. The last time I checked, Firefox behaved well. Let me know how it appears on your end.

from fluidbox.

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.