johnatm / itween

Automatically exported from code.google.com/p/itween
1 stars 2 forks source link

Global dial ins #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add dial ins for every method/type to ensure users get the values they were
hoping for (minus rotational entries since they seem impossible to get right).

Original issue reported on code.google.com by pixelplacement on 17 May 2010 at 5:10

GoogleCodeExporter commented 8 years ago
This may be easily done by just firing one final transition with a percentage 
value
of 1 to ensure the final values are calculated and then applied.

Original comment by pixelplacement on 19 May 2010 at 6:35

GoogleCodeExporter commented 8 years ago
Fixed.  On tween completion percentage is set to 1 and tween is applied one 
final
time to ensure equation is completed 100%.

Original comment by pixelplacement on 20 May 2010 at 3:27