Skip to main content

All Questions

Tagged with
1 vote
1 answer
333 views

CSS mask and mask-composite doesn't work in Safari 14

http://hisidi.kr/2023/100/ In this website, I masked circular shaped space at the top and bottom of the screen by using mask and mask-composite. But in Safari 14, it doesn't work properly(maybe ...
penguin's user avatar
  • 11
0 votes
1 answer
189 views

5 Second Wait between webkit mask position animation using javascript

I'm working on a CSS shining effects on the icons so far I have created the effect using webkit mask below is my snippet .hm-instagram:before{ color: #0ED8F6; -webkit-mask-image: linear-gradient(-...
R9797's user avatar
  • 1
1 vote
1 answer
4k views

CSS mask/-webkit-mask not working in safari

I have a project where I try to draw a circle with a gradient border. I have made it so it works in Chrome. But the styling doesn't work in safari. I don't know why it wouldn't work. I have added a ...
Stephen's user avatar
  • 1,133