popmotion
popmotion copied to clipboard
How would you implement a driver using `setInterval`?
Is your feature request related to a problem? Please describe.
I want to animate a window in Electron using easing.
Describe the solution you'd like
I would like to have a driver that would work with setInterval.
Describe alternatives you've considered
Rolling my own using the easing function.