RFR: 8169501: GIF animation is too fast

Kevin Rushforth kcr at openjdk.java.net
Thu Jul 23 17:45:10 UTC 2020


On Fri, 15 May 2020 07:42:40 GMT, Bhawesh Choudhary <bchoudhary at openjdk.org> wrote:

> issue is caused by the threshold value for frame duration used by javaFx before it gets normalized. JavaFx is using
> threshold value 10 while other browser (Safari, Firefox) is using 50 due to which, value between 10 and 50 don't get
> normalized and animation runs at faster speed. To fix the issue change frame duration normalization value to <= 50.
> Safari : https://bugs.webkit.org/show_bug.cgi?id=14413 Firefox : https://bugzilla.mozilla.org/show_bug.cgi?id=386269

This is pending response to comments above.

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

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


More information about the openjfx-dev mailing list