minor fixes
This commit is contained in:
parent
dab34f744c
commit
e9d2a31796
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ The CSS `transition` is based on that curve:
|
||||||
.train {
|
.train {
|
||||||
left: 0;
|
left: 0;
|
||||||
transition: left 5s cubic-bezier(0, 0, 1, 1);
|
transition: left 5s cubic-bezier(0, 0, 1, 1);
|
||||||
/* JavaScript sets left to 450px */
|
/* onlick on a train sets left to 450px */
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue