Skip to content

Commit

Permalink
Changed the size of the bubble from absolute to relative so that the …
Browse files Browse the repository at this point in the history
…effect is the same for every image size
  • Loading branch information
fdagner committed Nov 7, 2023
1 parent 07296b3 commit d3f7784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/bubbles.raw
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<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="0.5%;.2%;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;">
Expand Down

0 comments on commit d3f7784

Please sign in to comment.