Closed fullmoon6661 closed 5 years ago
The param there is just a convenience when showing the shimmer the first time. If its already visible then you want to use startShimmer()
. The ergonomics of the function suck though, so I'll remove the early return since it doesn't seem to be preventing much
Calling
showShimmer(true)
while having attributeapp:shimmer_auto_start="false"
would show the shimmer but doesn't start the shimmer. I'm guessing because the following function would return immediately without checking if the shimmer has started.