[Webkit-unassigned] [Bug 140853] Animations not showing upon adding/removal of classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 24 00:42:32 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140853

--- Comment #2 from lentiformnucleus at gmail.com ---

(In reply to comment #1)
> Sorry, there's a small typo in the code. var effect should be var effects.
> And also, the 'fadeIn' method should be called more than once for the bug to
> be noticeable (note that in the code, I only call it once). Please make the
> pertintent amendments.

Aaaah, setTimeout(el.classList.add("fadeIn"), 25); should read instead:

setTimeout(function(){ el.classList.add("fadeIn"); }, 25);

As you of course know. Sorry, I'm getting sleepy.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150124/16a7c949/attachment-0002.html>


More information about the webkit-unassigned mailing list