Merge pull request #2968 from Rnbsov/patch-27

add missing line break and remove excess one
This commit is contained in:
Ilya Kantor 2022-05-03 22:59:31 +04:00 committed by GitHub
commit ba44374556
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;