JDK-8133844 : JDK-8088279 - Jerky Animations - Continued
  • Type: Bug
  • Component: javafx
  • Sub-Component: animation
  • Affected Version: 8u51
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_7
  • CPU: x86_64
  • Submitted: 2015-08-18
  • Updated: 2015-08-18
  • Resolved: 2015-08-18
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
FULL PRODUCT VERSION :


A DESCRIPTION OF THE PROBLEM :
In addition to previous submit one day before regarding JDK-8088279 Jerky Animations - the problem seems tracked down to Animation implementation. 

If I use AnimationTimer and update position of the same rectangle manually instead of using TranslateTransition, the movement is smooth, no skipped frames or alike. 

Thus this excludes drivers, rendering pipeline, pulse, etc. - it is probably something strictly related to Animation/TranslateTransition timing or position calculation implementation. 

I'll try to track down more details required to fix this. 

It is very sad one needs to acquire Author status and go through so many formalities just to add comments in JIRA bugs, wasting time of at least few people by submitting here.



REPRODUCIBILITY :
This bug can be reproduced always.


Comments
Closing this as duplicate of JDK-8088279 after linking the bugs together.
18-08-2015