Advertisement
fauzanjeg

Profecient || Example of How to Change Transition Duration for Custom Cursor

Feb 21st, 2025
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. /* Profecient || Example of How to Change Transition Duration for Custom Cursor */
  2. .custom-cursor.custom-cursor__inner {
  3.     transition-duration: 0.2s;
  4. }
  5.  
  6. .custom-cursor.custom-cursor__outer {
  7.     transition-duration: 0.2s;
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement