Lines Matching refs:left
18 … 50px;border-radius: 25px;background-color: indigo;position: absolute;left: {{left}};top: {{top}};…
47 left: 0,
64 this.left = 0;
71 this.left += 5;
82 this.left -= 5;
86 if (this.left == 250 || this.left == 0) {
116 … 50px;border-radius: 25px;background-color: indigo;position: absolute;left: {{left}};top: {{top}};…
145 left: 0,
161 this.left = 0;
168 this.left += 5;
172 this.left -= 5;
176 if (this.left == 250 || this.left == 0) {