Add extractor and builder
Tested and working
This commit is contained in:
@ -5,8 +5,6 @@ tags: animation,intermediate
|
||||
|
||||
Creates a bouncing loader animation.
|
||||
|
||||
#### HTML
|
||||
|
||||
```html
|
||||
<div class="bouncing-loader">
|
||||
<div></div>
|
||||
@ -15,8 +13,6 @@ Creates a bouncing loader animation.
|
||||
</div>
|
||||
```
|
||||
|
||||
#### CSS
|
||||
|
||||
```css
|
||||
@keyframes bouncing-loader {
|
||||
to {
|
||||
@ -44,8 +40,6 @@ Creates a bouncing loader animation.
|
||||
}
|
||||
```
|
||||
|
||||
#### Demo
|
||||
|
||||
#### Explanation
|
||||
|
||||
Note: `1rem` is usually `16px`.
|
||||
|
||||
Reference in New Issue
Block a user