This Framer X component renders the animated gesture on the screen. It supports tap
, drag
and swipe
gestures so far. Simple as it sounds 😜
If you like the component and want to contribute or leave feedback hit me via FACEBOOK, SPECTRUM or GITHUB
In case when you record the video of your mobile app prototype and want to hide the default cursor. Or you want your dribbble shot to look modern and professional. Come on!
- Drag the component to the canvas.
- Connect the children frames to the component. You can connect multiple frames.
- Adjust parameters like
size
,color
,opacity
and others. - Profit! 😁
Property | Description |
---|---|
Size |
Size of the pointer in pixels. 32 by default |
Color |
Color of the gesture. white by default |
Opacity |
Opacity of the gesture. 0.4 by default |
Min velocity |
Minimum drag velocity when direction lock occurs. 350 by default |
Max velocity |
Maximum drag velocity at which the pointer will have the maximum length. 700 by default |
Max scale |
Maximum scale of the pointer when max drag velocity reached. 2 by default |
Content |
The connected frames on top of which you want the gesture to be rendered |
If you connect frames linked with a Link tool, after transition occures it's no longer possible to use gesture. Solution: wrap each frame in separate gesture component and then link the components together. I'm working on a solution.