Lines Matching full:box
2 <style>.box{fill:#00CADB;transform-origin: 50% 50%}
3 @keyframes box-1 {
16 .box:nth-child(1){animation: box-1 4s infinite}
17 @keyframes box-2 {
30 .box:nth-child(2){animation: box-2 4s infinite}
31 @keyframes box-3 {
44 .box:nth-child(3) {animation: box-3 4s infinite}
45 @keyframes box-4 {
58 .box:nth-child(4) {animation: box-4 4s infinite}
59 @keyframes box-5 {
72 .box:nth-child(5) {animation: box-5 4s infinite}
73 @keyframes box-6 {
86 .box:nth-child(6) {animation: box-6 4s infinite}
87 @keyframes box-7 {
100 .box:nth-child(7) {animation: box-7 4s infinite}
101 @keyframes box-8 {
114 .box:nth-child(8){animation: box-8 4s infinite}
115 @keyframes box-9{
128 .box:nth-child(9) {animation: box-9 4s infinite}
130 <g><rect class="box" x="13" y="1" rx="1" width="10" height="10"/>
131 <rect class="box" x="13" y="1" rx="1" width="10" height="10"/>
132 <rect class="box" x="25" y="25" rx="1" width="10" height="10"/>
133 <rect class="box" x="13" y="13" rx="1" width="10" height="10"/>
134 <rect class="box" x="13" y="13" rx="1" width="10" height="10"/>
135 <rect class="box" x="25" y="13" rx="1" width="10" height="10"/>
136 <rect class="box" x="1" y="25" rx="1" width="10" height="10"/>
137 <rect class="box" x="13" y="25" rx="1" width="10" height="10"/>
138 <rect class="box" x="25" y="25" rx="1" width="10" height="10"/></g>