Tag: SVG
-
TIL from Twitch stream with @cassiecodes about SVG animation
Video link: https://www.twitch.tv/videos/687415585Codepen link: https://codepen.io/cassie-codes/pen/bGEzMMK Add title inside SVG and aria-labelledby for accessibility. Colorbox.io tools by guys on Lyft. Scrub GSAP Timeline to debug GSAP Timeline. stagger property to multi-target tween basically offsets the starting time of each target’s animation. More detail here. random(between A, to B) also a cool utility method from GSAP.