Merge pull request #1397 from coolbombom/patch-3

Fix scale error before animation complete
This commit is contained in:
Tanner Linsley
2015-08-28 16:29:30 -06:00

View File

@@ -275,6 +275,7 @@
return helpers.findPreviousWhere(collection, hasValue, index) || point;
};
if (!this.scale) return;
this.scale.draw(easingDecimal);