Bug 102723 - [CSS Shapes] Enable animation for shape-inside's 'outside-shape' value
Summary: [CSS Shapes] Enable animation for shape-inside's 'outside-shape' value
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 89256
  Show dependency treegraph
 
Reported: 2012-11-19 15:27 PST by Bear Travis
Modified: 2014-02-07 14:53 PST (History)
2 users (show)

See Also:


Attachments
Testcase (3.43 KB, text/html)
2013-08-21 13:11 PDT, Bear Travis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bear Travis 2012-11-19 15:27:14 PST
Currently you can only use css animation between two shape values
Comment 1 Bear Travis 2013-08-21 13:11:03 PDT
Created attachment 209296 [details]
Testcase

This test case dynamically sets the shape to be larger after 5 seconds. It probably also fails if set after the first layout.
This is a simpler test case than animation, but hopefully fixing this will fix both.