✅ – Liil' Boo – 16-51 Oct 4
Hey,
Context & Tech : Working with CSS animations
Challenge : retrieve an element's css property values , here : animation .
Found so far : https://developer.mozilla.org/fr/docs/Web/API/Window/getComputedStyle
Is there another way to access an element's css properties in using Javascript ?
Also is window.getComputedStyle() "expensive" memory/speed wise ?
Context & Tech : Working with CSS animations
Challenge : retrieve an element's css property values , here : animation .
Found so far : https://developer.mozilla.org/fr/docs/Web/API/Window/getComputedStyle
Is there another way to access an element's css properties in using Javascript ?
Also is window.getComputedStyle() "expensive" memory/speed wise ?
