I want a Radar wave animation like this:
With a lot of effort using my poor knowledge of Svgs I added the left side of the desired wave and it works fine. but I n
Using
transform: rotate(180deg);
On a wrapping div will reflect the animation, so you can use it on the right side.
Example:
...(etc) With the following added to the stylesheet: .reflect { transform: rotate(180deg); } 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
With the following added to the stylesheet:
.reflect { transform: rotate(180deg); }