DISQUS

CuppaDev: The Trouble with CSS Transitions

  • Nemesis · 2 months ago
    I was having the same problems with webkitTransitionEnd. I was able to work around it by adding a -webkit-transition-delay: 1ms; to my transitions. That makes them fall under the "Transition after a sufficient undefined delay" category. This seems like a bug in webkit.
  • smfr · 1 month ago
    We're happy to get bugs filed on WebKit, with nice little testcases: http://bugs.webkit.org.