-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Milestone
Description
I suggest introducing a more flexible action class, which is based more on tweening, than on running specific properties.
The class should amongst other things include
A progress method for normalized progress, which can be overriden for excactely the transfer function the user wants. As it is now, the user is stuck with an ease function, where he needs to dig deep, if wants to change it.
A transfer method, which can be overridden for excactely the output, the user wants. As it is now, output is only lerped, based on progress.