@rysiek @trwnh Hm, it's just images moving with transform: translate, maybe they are changing the properties too often though
@Gargron @trwnh I'm too lazy to check if it's done with CSS transitions/animations or using JS. In my experience the CSS route is less resource-intensive.
@rysiek @trwnh The positioning is CSS, but parallax mouse tracking would not be possible in pure CSS
@Gargron @trwnh I'm too lazy to check if it's done with CSS transitions/animations or using JS. In my experience the CSS route is less resource-intensive.