Update article.md
This commit is contained in:
parent
291b5c05b9
commit
68aa3ef83c
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,6 @@ Other names are shorthands for the following `cubic-bezier`:
|
|||
|
||||
So we could use `ease-out` for our slowing down train:
|
||||
|
||||
|
||||
```css
|
||||
.train {
|
||||
left: 0;
|
||||
|
@ -226,6 +225,7 @@ But it looks a bit differently.
|
|||
The control points on the curve can have any `y` coordinates: even negative or huge ones. Then the Bezier curve would also extend very low or high, making the animation go beyond its normal range.
|
||||
|
||||
In the example below the animation code is:
|
||||
|
||||
```css
|
||||
.train {
|
||||
left: 100px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue