Templarian / MaterialDesign-React

Dist for Material Design Icons React Component for JS/TypeScript
https://materialdesignicons.com
MIT License
139 stars 20 forks source link

Updated spin keyframes to specify 'from' #72

Closed ngburke closed 2 years ago

ngburke commented 2 years ago

Newer versions of Safari were not happy with keyframes omitting the from designation. Added in from { transform: rotate(0deg) } in the appropriate spots. Confirmed spin now working on Safari 15.4 with this PR.

Resolves #68

Other notes:

ngburke commented 2 years ago

@Templarian bump 😄

Templarian commented 2 years ago

@ngburke Oh how did I forget to do this. Sorry!!!

Need to push a new version of @mdi/react next.

Templarian commented 2 years ago

Released 1.6.1

ngburke commented 2 years ago

Released 1.6.1

Thank you!