Timothy Ricks:
Tools by Timothy:
Useful Hints for hover animations:
vertical move:
transform:
translateY(calc(1rem * var(--_state---on)))
transform:
rotate: rotate(calc(45deg * var(--_state---off)))
filter:
blur: blur(calc(1rem * var(--_state---on)))
Attributes:
parents element attributes for focus and hover state: data-trigger="focus hover"
disable hover and focus state on touch devices for this element: data-trigger="default"