You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the cursor moves from point A to point B in a straight line. To make the cursor feel more organic and alive, it'd be awesome to add some anticipation to the transition animation.
Before any movement, there is a period of "gathering energy" where the subject actually has to move in the opposite direction, at least a little bit.
Before:
1
A ----------------------> B
After:
1 2
<-- A ----------------------> B
It also increases the "impact" on the viewer because the cursor would travel further in less time.
It'd be cool if this is customizable in smear-cursor's settings. e.g. opts = { movement = { anticipation = 0.05 } } as in "for every movement, move 5% in the other direction first"
The text was updated successfully, but these errors were encountered:
Currently, the cursor moves from point A to point B in a straight line. To make the cursor feel more organic and alive, it'd be awesome to add some anticipation to the transition animation.
Here's a visual to explain: https://www.youtube.com/watch?v=7KRjpIkMw2k
Before any movement, there is a period of "gathering energy" where the subject actually has to move in the opposite direction, at least a little bit.
Before:
After:
It also increases the "impact" on the viewer because the cursor would travel further in less time.
It'd be cool if this is customizable in smear-cursor's settings. e.g.
opts = { movement = { anticipation = 0.05 } }
as in "for every movement, move 5% in the other direction first"The text was updated successfully, but these errors were encountered: