|
|
Line 14: |
Line 14: |
| font-family: "Comic Sans MS", cursive, sans-serif; | | font-family: "Comic Sans MS", cursive, sans-serif; |
|
| |
|
| | .make-random(1, 100); |
| | width: floor(`Math.random() * @{max} + @{min}`)*100; |
|
| |
|
|
| |
|
| |
| /* Chrome, Safari, Opera */
| |
| -webkit-animation-name: myfirst;
| |
| -webkit-animation-duration: 5s;
| |
| -webkit-animation-timing-function: linear;
| |
| -webkit-animation-delay: 2s;
| |
| -webkit-animation-iteration-count: infinite;
| |
| -webkit-animation-direction: alternate;
| |
| -webkit-animation-play-state: running;
| |
| /* Standard syntax */
| |
| animation-name: myfirst;
| |
| animation-duration: 5s;
| |
| animation-timing-function: linear;
| |
| animation-delay: 2s;
| |
| animation-iteration-count: infinite;
| |
| animation-direction: alternate;
| |
| animation-play-state: running;
| |
|
| |
|
| '> | | '> |