Bug 23902 - Accelerated transitions break children with 'inherit' style.
Summary: Accelerated transitions break children with 'inherit' style.
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-11 13:18 PST by Simon Fraser (smfr)
Modified: 2023-04-13 01:39 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2009-02-11 13:18:11 PST
When running a transition of -webkit-transform, children with "-webkit-transform: inherit" should also animate. This does not work correctly with accelerated transitions.
Comment 1 Antoine Quint 2022-03-04 13:47:48 PST
This needs an example. But I don't think this will work since styles aren't resolved during the animation. We would need to detect whether any animations depend on a parent, this sounds complicated.
Comment 2 Antoine Quint 2023-04-13 01:39:31 PDT
I expect this was fixed recently with all the work done by Antti and myself to integrate correctly with the CSS cascade and deal with "inherit". Please reopen this if you find this to not be the case with a test case if possible.