mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-11 14:57:58 +03:00
Show static spinningdots preview
This commit is contained in:
parent
b72f7c96e5
commit
d506925ed5
@ -91,7 +91,14 @@ example =
|
||||
, state = init
|
||||
, update = update
|
||||
, subscriptions = subscriptions
|
||||
, preview = []
|
||||
, preview =
|
||||
[ Loading.spinningDots
|
||||
|> Svg.withCss
|
||||
[ Css.property "animation-name" "none" |> Css.important
|
||||
, Css.alignSelf Css.center
|
||||
]
|
||||
|> Svg.toHtml
|
||||
]
|
||||
, view =
|
||||
\ellieLinkConfig { showLoadingFadeIn, showLoading, showSpinners } ->
|
||||
[ if showLoading then
|
||||
|
Loading…
Reference in New Issue
Block a user