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:
The npm install step bumped the lockfile version to 2 and dragged in a bunch more metadata.
The build step caused some whitespace changes on dist/*.ts
Newer versions of Safari were not happy with keyframes omitting the
from
designation. Added infrom { transform: rotate(0deg) }
in the appropriate spots. Confirmedspin
now working on Safari 15.4 with this PR.Resolves #68
Other notes:
npm install
step bumped the lockfile version to 2 and dragged in a bunch more metadata.dist/*.ts