Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make animations in MPAndroidChart?

I am using the MPAndroidChart library for rendering of charts. While using i came across this piece of code :

public void animateY(int durationmillis, Easing.EasingOption option);

What is animation easing? What is the use of Easing.EasingOption?

like image 384
Arjun Issar Avatar asked Apr 24 '15 09:04

Arjun Issar


1 Answers

Putting it simple, animation-easing allows you to modify the way something animates.

This documentation entry explains animations in MPAndroidChart.

like image 128
Philipp Jahoda Avatar answered Sep 28 '22 00:09

Philipp Jahoda