pecus’s avatarpecus’s Twitter Archive—№ 5,326

  1. …in reply to @jensimmons
    @jensimmons @meyerweb Multipoint Bézier curves in CSS animations/transitions, a CSS Rnd() function and basic staggers via CSS multinode selectors, e.g. .class { transform: translate(var(--x), var(--y); stagger-delay: .2s; } GSAP is fantastic but these should be feasible in CSS in 2021