2023-04-24 09:15:18 +02:00
|
|
|
## CSS repository
|
2023-04-24 09:14:37 +02:00
|
|
|
1. Download the file
|
2023-04-24 09:14:31 +02:00
|
|
|
2. Add this to your `[filename].css`
|
|
|
|
```bash
|
2023-05-17 21:15:38 +02:00
|
|
|
@import url("custom.css");
|
2023-04-24 10:32:08 +02:00
|
|
|
```
|
2023-04-27 13:55:43 +02:00
|
|
|
3. Add the animations to your `[filename].html`
|
2023-04-27 14:21:02 +02:00
|
|
|
4. Have fun!
|
2023-04-24 10:32:08 +02:00
|
|
|
|
|
|
|
## Comtent:
|
2023-04-27 14:01:19 +02:00
|
|
|
- Various animations
|
2023-04-24 10:32:08 +02:00
|
|
|
- Animate zoom in (1-9)
|
|
|
|
- Animate from Top (1-9)
|
|
|
|
- Animate from bottom (1-9)
|
2023-04-27 13:54:47 +02:00
|
|
|
- Zoom in on hover
|