Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions 7-animation/1-bezier-curve/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Bezier curves are used in computer graphics to draw shapes, for CSS animation an

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

```smart header="Some theory, please"
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.

Please take your time to read and understand the concept, it'll serve you well.
```

## Control points

A [bezier curve](https://en.wikipedia.org/wiki/B%C3%A9zier_curve) is defined by control points.
Expand Down
2 changes: 1 addition & 1 deletion 7-animation/1-bezier-curve/bezier3-draw1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion 7-animation/1-bezier-curve/demo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.