mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Merge pull request #456 from sharetribe/fix-svg-animation
firefox fix for the svg spinner
This commit is contained in:
commit
6ff38219f6
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ const IconSpinner = props => {
|
|||
calcMode="linear"
|
||||
values="0 15 15;180 15 15;720 15 15"
|
||||
keyTimes="0;0.5;1"
|
||||
dur=".9"
|
||||
dur="0.9s"
|
||||
begin="0s"
|
||||
repeatCount="indefinite"
|
||||
/>
|
||||
|
|
@ -30,7 +30,7 @@ const IconSpinner = props => {
|
|||
calcMode="linear"
|
||||
values="9 56;46 14;9 56"
|
||||
keyTimes="0;0.5;1"
|
||||
dur=".9"
|
||||
dur="0.9s"
|
||||
begin="0s"
|
||||
repeatCount="indefinite"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue