PluginProbe
HubSpot All-In-One Marketing – Forms, Popups, Live Chat / 11.3.69
HubSpot All-In-One Marketing – Forms, Popups, Live Chat v11.3.69
11.3.75 11.3.73 11.3.71 11.3.70 11.3.69 11.3.64 11.3.65 11.3.62 11.3.61 11.3.56 11.3.58 11.0.31 11.0.52 11.0.54 11.0.56 11.0.58 11.0.7 11.1.10 11.1.11 11.1.13 11.1.14 11.1.15 11.1.2 11.1.20 11.1.21 All 73 releases
leadin / public / assets / images / loading-dots.svg

loading-dots.svg in HubSpot All-In-One Marketing – Forms, Popups, Live Chat 11.3.69, at public/assets/images/loading-dots.svg

46 lines 931 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <svg width="82.5" height="75" viewBox="0 0 55 50" xmlns="http://www.w3.org/2000/svg">
2 <style>
3 @keyframes loadingColorAnimation {
4 25% {
5 fill: #0091ae;
6 }
7 75% {
8 fill: #0091ae;
9 }
10 }
11
12 @keyframes loadingAnimation {
13 0%, 100% {
14 transform: translateY(0);
15 }
16 25% {
17 transform: translateY(.25em);
18 }
19 50% {
20 transform: translateY(0);
21 }
22 75% {
23 transform: translateY(-.25em);
24 }
25 }
26
27 circle {
28 fill: #f5f8fa;
29 animation: loadingAnimation 1s linear infinite, loadingColorAnimation 1s linear infinite;
30 }
31
32 g circle:nth-child(2) {
33 animation-delay: -0.66s;
34 }
35
36 g circle:nth-child(3) {
37 animation-delay: -0.33s;
38 }
39 </style>
40 <g>
41 <circle cx="10" cy="25" r="5"></circle>
42 <circle cx="25" cy="25" r="5"></circle>
43 <circle cx="40" cy="25" r="5"></circle>
44 </g>
45 </svg>
46