-
public class AnimationDefaults for animations.
-
-
Field Summary
Fields Modifier and Type Field Description private final ClosedFloatingPointRange<Float>rangeprivate final IntegerDIFF_DURATIONprivate final IntegerANIMATED_SCROLL_DURATIONpublic final static AnimationINSTANCE
-
Method Summary
Modifier and Type Method Description final ClosedFloatingPointRange<Float>getRange()The Float range of values used in difference animations. final IntegergetDIFF_DURATION()The default duration for difference animations. final IntegergetANIMATED_SCROLL_DURATION()The default duration for animated scrolls (in milliseconds; com.patrykandpatrick.vico.views.chart.BaseChartView. -
-
Method Detail
-
getRange
final ClosedFloatingPointRange<Float> getRange()
The Float range of values used in difference animations.
-
getDIFF_DURATION
final Integer getDIFF_DURATION()
The default duration for difference animations.
-
getANIMATED_SCROLL_DURATION
final Integer getANIMATED_SCROLL_DURATION()
The default duration for animated scrolls (in milliseconds; com.patrykandpatrick.vico.views.chart.BaseChartView.animateScrollBy).
-
-
-
-