tigerjj / FasterAnimationsContainer

Frame Animation with Drawable without OutOfMemory
84 stars 32 forks source link

case OOM #5

Closed NoahZu closed 8 years ago

NoahZu commented 8 years ago

if the ANIMATION_INTERVAL smaller than 500 , such as 100 .OOM Exception will be throwed.But when ANIMATION_INTERVAL is 500 ,it won't throw oom exception.Why?If I want to play a more fast animation what should i modify?thx.