Bug 107315 - transition delayed while waiting for inherited font-size value
Summary: transition delayed while waiting for inherited font-size value
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://letmespellitoutforyou.com/cssD...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 12:46 PST by Mike Sierra
Modified: 2022-09-13 02:05 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Sierra 2013-01-18 12:46:47 PST
Open the URL and use the sliders to change either of the "pixels" or "points" values. The animation on the second sentence (the <span> element) is delayed by that of the overall <section> block, even when it inherits the parent's value.  (Both the parent <section> and child <span> element have a CSS transition applied to them, the latter as a way to indicate how relative keywords affect the inherited font-size value.)  Unclear as to the proper specified behavior in this case, but Firefox & Opera both transition smoothly.
Comment 1 Simon Fraser (smfr) 2013-01-18 13:58:08 PST
Cute bug!
Comment 2 Mike Sierra 2013-01-18 15:17:04 PST
Yes, adorable. It also appears Webkit & Opera transition stepping by integer values; Firefox is much smoother. (Occasionally shows up unwittingly when transition-property:all is in effect & the user zooms the page.)
Comment 3 Antoine Quint 2022-09-13 02:05:05 PDT
Sadly, the testcase is now gone.