Currently the animation code (javafx.animation package) is located in the Base component, but really it should be in Graphics. Presently the javafx.animation package is split between Base and Graphics, where Animation and Timeline are in Base, while all the transitions are in Graphics. Having split packages is a "bad thing" and we should therefore move the animation code from base into graphics.
- duplicates
-
JDK-8103823 Merge javafx-anim into javafx-ui-common
-
- Closed
-