Advertisement
miitopias

mask hover

Nov 11th, 2021
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #mask{
  2. transition:0.7s; }
  3.  
  4. #mask:hover {
  5. -webkit-mask-image: url(https://i.imgur.com/bIX4M8u.png);
  6. -webkit-mask-size: 90%;
  7. -webkit-mask-repeat: no-repeat;
  8. -webkit-mask-position: center;
  9. -webkit-mask-size: 100%;
  10. transition:0.7s;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement