Threaded View
-
26 Oct 2010 9:21 PM #1
CSS animations rely on unspecified behavior
CSS animations rely on unspecified behavior
Some of the Sencha Animator demos look wrong in recent WebKit nightly builds. For example, in http://dev.sencha.com/animator/demos/pageflip/, the pages look semi-transparent during the entire page turn animation.
I think the animations are relying on behavior that was changed as a result of fixing this bug:
https://bugs.webkit.org/show_bug.cgi?id=40794
I see animations with opacity: 0 for only the first few keyframes (say 0% and 10%) ,and none of the later ones. What WebKit used to do is animate opacity from 0 to 1 from the 10% to the next keyframe. After that bug was fixed, opacity now animates from 0 at 10% to 1 at the 100% keyframe.
To work around this behavior change, you should supply a value for opacity in every keyframe.
Success! Looks like we've fixed this one. According to our records the fix was applied for
ANIM-472
in
a recent build.
Similar Threads
-
Css 3 Animations and HTML 5 Video Tag with Extjs
By chrizmaster in forum Community DiscussionReplies: 2Last Post: 20 Jul 2010, 11:49 PM -
[CLOSED][3.??] RowEditor css weird behavior
By jackjia in forum Ext 3.x: BugsReplies: 15Last Post: 16 Aug 2009, 12:30 PM -
css behavior in panels
By alex1001 in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 6 Apr 2009, 9:31 AM -
XTemplate combo: Tab and css behavior
By randomuser01 in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 8 Jan 2009, 6:49 AM -
Weird behavior css of ext 2.0
By wiyanto in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 9 Dec 2007, 10:17 PM


Reply With Quote