Commits


Andreas Agvard authored and Johan Redestig committed 4766defdd07
Fixed Android animation framework, for using interpolators that do not start at 0.0f There is a bug that affects interpolators that do not return 0.0f when given 0.0f as input. All default interpolators in Android do return 0.0f, which is why it hasn't been noticed. Some custom interpolators can for example run backwards, returning 1.0f when given input 0.0f.