You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated css to animate the svg doesn't include crossbrowser support.
'@-webkit-keyframes classname {' should be added as well as the '-moz-', '-o-' and '-webkit-' prefixes to the animation tags.
Browser: ios mobile safari/chrome for ios
The generated css to animate the svg doesn't include crossbrowser support.
'@-webkit-keyframes classname {' should be added as well as the '-moz-', '-o-' and '-webkit-' prefixes to the animation tags.