skip to Main Content

Safari CSS Sweep Animation Effect Not Working

Background: So I've read a bunch of different articles and stack overflows on CSS3 Animations not working on Safari, etc. I've attempted several of those examples such as adding the prefix -webkit- making keyframes 0% to 100%, and even transform:translate3d(0,0,0)…

VIEW QUESTION

Css – SVG Scale Animation

I am trying to modify this SVG code below to change the Scale Animation from Center Point instead of Upper-Left Corner. The transform I want to scale from 1 to 0.8 (smaller) [https://codepen.io/Binh-Pham-the-bold/pen/dyaLqdG][1] <svg id="spinnerLoaderRef" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100…

VIEW QUESTION
Back To Top
Search