protyze/aframe-alongpath-component

Need a mechanism to control easing/acceleration of objects

Opened this issue · 1 comments

Need a mechanism to control the easing/acceleration of the object - similar to the way aframe-animation does easing

I was thinking this myself.

Maybe if there was an option to disable animation and just expose a progress variable along the path that goes from 0-100% that we could use as a property for aframe-animation-component to tween.

This would also solve the problem I have that this components movement always starts on load instead of waiting for me to trigger it.