phosphor-icons / react

A flexible icon family for React

Home Page:https://phosphoricons.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnimateTransform transform (rotation) does not work in Safari

TerencedzLi opened this issue · comments

Have a look at this section of the docs in Chrome where the purple box is rotating.

On Safari, only the opacity animation is working.

Hi Terrence. It's just an example of how you can modify an icon by passing children to it -- we don't make guarantees for what browser supports what features. Admittedly, SVG SMIL animation has poor support and we might want to use a different example.

If you're looking to animate icons in a compatible way, just use CSS or another solution.

Thanks!