Advertisement
artemsemkin

Kinsey theme: hide cursor if no interaction

Jan 14th, 2024 (edited)
1,394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. .arts-cursor__follower svg {
  2.   transition: transform 0.1s ease-out;
  3. }
  4.  
  5. .arts-cursor__follower:not(.arts-cursor__follower[style*="scale"]) svg {
  6.   transform: scale(0);
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement