Is there anyway to animate an ellipsis with CSS animations?

前端 未结 8 1051
情话喂你
情话喂你 2021-01-29 22:58

I\'m trying to have an ellipsis animate, and was wondering if it was possible with CSS animations...

So it might be like

Loading...
Loading..
Loading.
Lo         


        
8条回答
  •  生来不讨喜
    2021-01-29 23:23

    Even a more simple solution, works pretty well!

    
    
    Loading

    Just edited the content with animation instead of hiding some dots...

    Demo here: https://jsfiddle.net/f6vhway2/1/


    Edit: Thanks to @BradCollins for pointing out that content is not an animatable property.

    https://www.w3.org/TR/css3-transitions/#animatable-css

    So this is a WebKit/Blink/Electron only solution. (But it works in current FF versions as well)

提交回复
热议问题