Fix for <rdar://problem/
5679490> media controls fade in and out too jerkily and too slowly
* rendering/RenderMedia.cpp: Shorten the duration for the fade in/out animation.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29638
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-01-18 Adele Peterson <adele@apple.com>
+
+ Reviewed by Antti.
+
+ Fix for <rdar://problem/5679490> media controls fade in and out too jerkily and too slowly
+
+ * rendering/RenderMedia.cpp: Shorten the duration for the fade in/out animation.
+
2008-01-18 Beth Dakin <bdakin@apple.com>
Reviewed by Oliver.
static const double cTimeUpdateRepeatDelay = 0.2;
static const double cOpacityAnimationRepeatDelay = 0.05;
// FIXME get this from style
-static const double cOpacityAnimationDuration = 0.5;
+static const double cOpacityAnimationDuration = 0.1;
RenderMedia::RenderMedia(HTMLMediaElement* video)
: RenderReplaced(video)