Skip to content

Commit 6fbb125

Browse files
authored
Merge pull request #381 from odsantos/update-en-bezier-curve
Update "Bezier curve" files
2 parents f7fe76c + e8feb89 commit 6fbb125

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

7-animation/1-bezier-curve/article.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Bezier curves are used in computer graphics to draw shapes, for CSS animation an
44

55
They are a very simple thing, worth to study once and then feel comfortable in the world of vector graphics and advanced animations.
66

7+
```smart header="Some theory, please"
8+
This article provides a theoretical, but very needed insight into what Bezier curves are, while [the next one](info:css-animations#bezier-curve) shows how we can use them for CSS animations.
9+
10+
Please take your time to read and understand the concept, it'll serve you well.
11+
```
12+
713
## Control points
814

915
A [bezier curve](https://en.wikipedia.org/wiki/B%C3%A9zier_curve) is defined by control points.
Lines changed: 1 addition & 1 deletion
Loading

7-animation/1-bezier-curve/demo.svg

Lines changed: 5 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)