Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba44374

Browse files
authored
Merge pull request #2968 from Rnbsov/patch-27
add missing line break and remove excess one
2 parents 64d0c11 + 68aa3ef commit ba44374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎7-animation/2-css-animations/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ Other names are shorthands for the following `cubic-bezier`:
210210

211211
So we could use `ease-out` for our slowing down train:
212212

213-
214213
```css
215214
.train {
216215
left: 0;
@@ -226,6 +225,7 @@ But it looks a bit differently.
226225
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.
227226

228227
In the example below the animation code is:
228+
229229
```css
230230
.train {
231231
left: 100px;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /