Example 1: animation on scroll css svg { position: fixed; /* make sure it stays put so we can see it! */ animation: rotate 1s linear infinite; ...
確定! 回上一頁