Skip to content

Commit

Permalink
Merge pull request #12 from fdagner/bubbles-in-relative-size
Browse files Browse the repository at this point in the history
Bubbles in relative size
  • Loading branch information
TRMSC authored Nov 7, 2023
2 parents 3a82fcd + d3f7784 commit 2f1a150
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions templates/bubbles.raw
Original file line number Diff line number Diff line change
Expand Up @@ -10,55 +10,55 @@
<circle cx="0%" cy="0%" r="0" style="fill:#d8d8d8; fill-opacity:0.4128;">
<animate attributeName="cx" values="30%;32%;30%;32%;30%;32%;30%;32%" dur="8s" begin="0s" repeatCount="indefinite" />
<animate attributeName="cy" values="950%;0%" dur="8s" begin="0s" repeatCount="indefinite" />
<animate attributeName="r" values="20;15;10;5;2;0;0;0" dur="8s" begin="0s" repeatCount="indefinite" />
<animate attributeName="r" values="1%;0.8%;0.5%;0.2%;0.1%;0;0;0" dur="8s" begin="0s" repeatCount="indefinite" />
</circle>

<circle cx="0%" cy="0%" r="0" style="fill:#d8d8d8; fill-opacity:0.4128;">
<animate attributeName="cx" values="62%;60%;63%;60%;63%;68%;62%;69%" dur="10s" begin="2s" repeatCount="indefinite" />
<animate attributeName="cy" values="90%;0%" dur="10s" begin="2s" repeatCount="indefinite" />
<animate attributeName="r" values="18;16;15;10;2;0;0;0" dur="10s" begin="2s" repeatCount="indefinite" />
<animate attributeName="r" values="0.9%;0.7%;0.5%;0.2%;0.1%;0;0;0" dur="10s" begin="2s" repeatCount="indefinite" />
</circle>

<circle cx="0%" cy="0%" r="0" style="fill:#d8d8d8; fill-opacity:0.4128;">
<animate attributeName="cx" values="80%;82%;80%;82%;80%;82%;80%;82%" dur="9s" begin="6s" repeatCount="indefinite" />
<animate attributeName="cy" values="90%;0%" dur="9s" begin="6s" repeatCount="indefinite" />
<animate attributeName="r" values="24;22;21;20;10;0;0;0" dur="9s" begin="6s" repeatCount="indefinite" />
<animate attributeName="r" values="1.2%;1.1%;1%;1%;0.5%;0;0;0" dur="9s" begin="6s" repeatCount="indefinite" />
</circle>

<circle cx="0%" cy="0%" r="0" style="fill:#d8d8d8; fill-opacity:0.4128;">
<animate attributeName="cx" values="40%;42%;40%;42%;40%;44%;46%;48%" dur="6s" begin="2.5s" repeatCount="indefinite" />
<animate attributeName="cy" values="50%;0%" dur="6s" begin="2.5s" repeatCount="indefinite" />
<animate attributeName="r" values="10;5;0" dur="6s" begin="2.5s" repeatCount="indefinite" />
<animate attributeName="r" values="0.5%;0.2%;0%" dur="6s" begin="2.5s" repeatCount="indefinite" />
</circle>

<circle cx="0%" cy="0%" r="0" style="fill:#d8d8d8; fill-opacity:0.4128;">
<animate attributeName="cx" values="50%;57%;55%;57%;55%;57%;55%;57%" dur="8s" begin="4.5s" repeatCount="indefinite" />
<animate attributeName="cy" values="85%;0%" dur="8s" begin="4.5s" repeatCount="indefinite" />
<animate attributeName="r" values="15;12;10;8;4;0;0;0" dur="8s" begin="4.5s" repeatCount="indefinite" />
<animate attributeName="r" values="0.7%;0.5%;0.4%;0.3%;0.2%;0;0;0" dur="8s" begin="4.5s" repeatCount="indefinite" />
</circle>

<circle cx="0%" cy="0%" r="0" style="fill:#d8d8d8; fill-opacity:0.4128;">
<animate attributeName="cx" values="5%;7%;5%;7%;5%;7%;5%;7%" dur="8s" begin="1s" repeatCount="indefinite" />
<animate attributeName="cy" values="85%;0%" dur="8s" begin="1s" repeatCount="indefinite" />
<animate attributeName="r" values="15;12;10;8;4;0;0" dur="8s" begin="1s" repeatCount="indefinite" />
<animate attributeName="r" values="0.8%;0.7%;0.6%;0.5%;0.2%;0;0" dur="8s" begin="1s" repeatCount="indefinite" />
</circle>

<circle cx="0%" cy="0%" r="0" style="fill:#d8d8d8; fill-opacity:0.4128;">
<animate attributeName="cx" values="40%;42%;40%;42%;40%;42%;40%;42%" dur="11s" begin="3s" repeatCount="indefinite" />
<animate attributeName="cy" values="90%;0%" dur="11s" begin="3s" repeatCount="indefinite" />
<animate attributeName="r" values="25;22;20;15;7;0" dur="11s" begin="3s" repeatCount="indefinite" />
<animate attributeName="r" values="1.3%;1%;0.8%;0.6%;0.5%;0" dur="11s" begin="3s" repeatCount="indefinite" />
</circle>

<circle cx="0%" cy="0%" r="0" style="fill:#d8d8d8; fill-opacity:0.4128;">
<animate attributeName="cx" values="70%;72%;70%;72%;70%;72%;70%;72%" dur="12s" begin="4s" repeatCount="indefinite" />
<animate attributeName="cy" values="95%;0%" dur="12s" begin="4s" repeatCount="indefinite" />
<animate attributeName="r" values="25;22;20;20;8;0;0;0" dur="12s" begin="4s" repeatCount="indefinite" />
<animate attributeName="r" values="1.2%;1.1%;1%;1%;0.5%;0;0;0" dur="12s" begin="4s" repeatCount="indefinite" />
</circle>

<circle cx="0%" cy="0%" r="0" style="fill:#d8d8d8; fill-opacity:0.4128;">
<animate attributeName="cx" values="15%;17%;15%;17%;15%;17%;15%;17%" dur="12s" begin="5s" repeatCount="indefinite" />
<animate attributeName="cy" values="85%;0%" dur="12s" begin="5s" repeatCount="indefinite" />
<animate attributeName="r" values="22;18;14;10;4;0;0;0" dur="12s" begin="5s" repeatCount="indefinite" />
<animate attributeName="r" values="1.1%;1.0%;0.7%;0.6%;0.2%;0;0;0" dur="12s" begin="5s" repeatCount="indefinite" />
</circle>
</g>
</svg>

0 comments on commit 2f1a150

Please sign in to comment.