sakura/cdn/img/wordpress-rotating-ball-o.svg
MomentQYC 3c0161eb5f
初次资源提交 (#296)
* First Commit

* Update README.md

* Delete botui.js

* Delete img/svg/mine directory

* Delete animation404.js

* Delete mastodon-about.js

* Delete js/highlight directory

* Create relay

* Add files via upload

* Delete other-sites/me directory

* Delete relay

* Delete js/pure-js-lib directory

* Update static

* 'Update'

* 'Update'

* Update

* Update
2022-07-05 17:33:39 +08:00

11 lines
758 B
XML

<svg width="80px" height="80px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-disk">
<g transform="translate(50,50)">
<g ng-attr-transform="scale({{config.scale}})" transform="scale(0.6)">
<circle cx="0" cy="0" r="50" ng-attr-fill="{{config.c1}}" fill="rgba(22, 160, 133, 0.95)"></circle>
<circle cx="0" ng-attr-cy="{{config.cy}}" ng-attr-r="{{config.r}}" ng-attr-fill="{{config.c2}}" cy="-28" r="15" fill="#fff8eb" transform="rotate(312)">
<animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 0 0;360 0 0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animateTransform>
</circle>
</g>
</g>
</svg>