# Animacje w CSS

Nareszcie przyszła pora, żeby potestować inne, szalone zastosowania CSS i ożywić trochę naszą stronę. Zapraszamy do rozdziału poświęconego animacjom! Animacje w CSS są bardzo przyjemnym tematem, gdyż dzięki nim można stworzyć bardzo ciekawe efekty, wykorzystując jedynie podstawową znajomość CSS. W tym rozdziale zapoznasz się z funkcją przejścia `transition`, tworzeniem animacji `@keyframes` oraz funkcji przekształcającej `transform`.

Warto wspomnieć, że animacje są też coraz szerzej wspierane przez różnego rodzaju przeglądarki. Pamiętajmy jednak, żeby sprawdzić jak wspierane są wykorzystywane przez nas właściwości CSS. Aktualne informacje na ten temat można wyszukać na stronie [caniuse.com](http://caniuse.com/), wystarczy wpisać tam do wyszukiwarki nazwę potrzebnej nam właściwości.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://the-awwwesomes-2.gitbook.io/tutorial-the-awwwesomes-html-and-css/the-awwwesomes-tutorial-www-beginners-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
