Rotation up
Closed this issue · 2 comments
iManu commented
Hi,
I search how to make rotation occurs up, because now chars go to down.
When inverting from & to with 0 & targetDistance, the rotation go to up. This is what I want.
But the digits are inverted too :( and the rotation ends by 0…
I suppose things have to be modified in transition.js but it's painfull for me. Can you help please ?!
Regards
coderitual commented
Hi! Sorry for the delay. I am going to add reverse
option soon. Until then you can check the above commit on branch feature/#24. You only need to change a sign in 2 places.
iManu commented
Great ! Thank you. Perfect and tiny solution :)