mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
chore(): update dependencies
This commit is contained in:
@ -114,8 +114,8 @@ function buildCircle(spinner: SpinnerConfig, duration: number, index: number, to
|
||||
data.style.animationDuration = duration + 'ms';
|
||||
|
||||
return (
|
||||
<svg viewBox='0 0 64 64' style={data.style}>
|
||||
<circle transform='translate(32,32)' r={data.r}></circle>
|
||||
<svg viewBox="0 0 64 64" style={data.style}>
|
||||
<circle transform="translate(32,32)" r={data.r}></circle>
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
@ -126,8 +126,8 @@ function buildLine(spinner: SpinnerConfig, duration: number, index: number, tota
|
||||
data.style.animationDuration = duration + 'ms';
|
||||
|
||||
return (
|
||||
<svg viewBox='0 0 64 64' style={data.style}>
|
||||
<line transform='translate(32,32)' y1={data.y1} y2={data.y2}></line>
|
||||
<svg viewBox="0 0 64 64" style={data.style}>
|
||||
<line transform="translate(32,32)" y1={data.y1} y2={data.y2}></line>
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user