Skip to content

CSS learning

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"

Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.