Intentional CSS :hover effects 🎈
Add a small transition-delay
so you know the :hover
is intentional. See the difference below 🎞️
vs.
Can be useful for some designs 🤙
Create intentional hover effects with transition-delay
Intentional CSS :hover effects 🎈
Add a small transition-delay
so you know the :hover
is intentional. See the difference below 🎞️
vs.
Can be useful for some designs 🤙
Use position sticky with tailwindcss
We can use sticky
class when using tailwind to make an element fixed on screen while the parent element is visible.
Code:
CSS Equivalent:
Visual example: https://www.w3schools.com/howto/howto_css_sticky_element.asp