SVG animation opacity on loop

前端 未结 2 1046
名媛妹妹
名媛妹妹 2021-02-01 07:11

I would like to make an svg path\'s opacity to go from 0 to 100 back to 0 and to 100 on a continuous loop.

So far i can get it to animate from 0 to 100 but not back agai

2条回答
  •  情深已故
    2021-02-01 07:42

    You have two separate animations - one for opacity increasing and one for it decreasing. Each begins when the other ends, but the first one also begins at 0s. Here's an example for a rect:

    
        
        
    
    

提交回复
热议问题