On Wed, 29 Jan 2020 11:29:10 GMT, Guru Hb <g...@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