-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Right now dynamic animations are only supported by XYSeries in QtGraphs, specifically 2D. Dynamic animations include any animated changes when the dataset for the graph changes, as an example: a pie slice expanding over a few seconds when the user only sets its size.
Currently, the animations are derived from QVariantAnimation to make use of the already available animation framework, and custom animations are defined by providing a lerping function (as in QGraphPointAnimation and QSplineControlAnimation).
A graph transition could also be implemented in Graphs3D and similar lerping functions could be provided.
- mentioned in
-
Page Loading...