Posts by lucasfernando.dev • 23 points
2 posts
-
1
votes1
answer43
viewsQ: box-shadow slows Chrome animations and transitions
I have a problem with box-shadow, I have the following line: box-shadow: -300px -300px 300px var(--roxo) inset; Every time I use box-shadow with a very high size as in this case the animations and…
css3asked lucasfernando.dev 23 -
0
votes0
answers23
viewsQ: how to make the hedge move towards the cursor arrow
Next I wanted to do something like this hedge animation, however I do not know how to make the cover follow the mouse, the method I used at most with low-up or right-left. The code below ta inside…