Show static spinningdots preview

This commit is contained in:
Tessa Kelly 2022-03-30 08:16:46 -07:00
parent b72f7c96e5
commit d506925ed5

View File

@ -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