メインコンテンツまでスキップ
バージョン: v8

ion-spinner

shadow

Properties

color

Descriptionアプリケーションのカラーパレットから使用する色を指定します。デフォルトのオプションは以下の通りです。 "primary", "secondary", "tertiary", "success", "warning", "danger", "light", "medium", と "dark" です.色に関する詳しい情報は theming を参照してください。
Attributecolor
Type"danger" | "dark" | "light" | "medium" | "primary" | "secondary" | "success" | "tertiary" | "warning" | string & Record<never, never> | undefined
Defaultundefined

duration

Descriptionスピナーアニメーションの持続時間(ミリ秒)。デフォルトはスピナーによって異なる。
Attributeduration
Typenumber | undefined
Defaultundefined

name

Description使用するSVGスピナーの名前。名前が提供されない場合、プラットフォームのデフォルトのスピナーが使用されます。
Attributename
Type"bubbles" | "circles" | "circular" | "crescent" | "dots" | "lines" | "lines-sharp" | "lines-sharp-small" | "lines-small" | undefined
Defaultundefined

paused

Descriptiontrueの場合、スピナーのアニメーションは一時停止されます。
Attributepaused
Typeboolean
Defaultfalse

CSS Custom Properties

NameDescription
--colorスピナーの色
View Source