On Wed, 29 Jan 2020 16:32:31 GMT, Kevin Rushforth <k...@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). This fix only affects the test framework, so a single reviewer is fine. ------------- PR: https://git.openjdk.java.net/jfx/pull/100