RFR: 8237003: Remove hardcoded WebAnimationsCSSIntegrationEnabled flag in DumpRenderTree

Kevin Rushforth kcr at openjdk.java.net
Wed Jan 29 16:32:40 UTC 2020


On Wed, 29 Jan 2020 11:29:10 GMT, Guru Hb <ghb at openjdk.org> wrote:

> AnimationBase and WebAnimation are two different abstract animation API provider. By default KeyFrameAnimation (which is a sub class of AnimationBase) is used for controlling and rendering the CSS animation. 
> Enabling "WebAnimationsCSSIntegrationEnabled" overrides the CSSAnimationController to use WebAnimation which is not used in our port (JAVA) and we are using KeyFrameAnimation.
> 
> Test : need to run DRT test harness with this fix for "LayoutTests/animations".

Marked as reviewed by kcr (Lead).

-------------

PR: https://git.openjdk.java.net/jfx/pull/100


More information about the openjfx-dev mailing list