This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Controler une animation CSS3 (c)lipelip | |
*/ | |
body { | |
background: #003366; | |
font-family: "comic sans ms"; | |
} | |
#nyancat { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 3D transform: une porte comic (c) lipelip | |
*/ | |
#container { | |
width: 250px; | |
height: 400px; | |
background: #CCC; | |
-webkit-perspective: 1000px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Animation: contrôler l'état de départ et de fin (c) lipelip | |
*/ | |
p { | |
font-family: sans-serif; | |
text-align: center; | |
width: 150px; margin: 30px auto; | |
padding: 10px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Filters, filters everywhere. (c) aqro | |
*/ | |
* {margin: 0; padding: 0;} | |
html, body {height: 100%; width: 100%;} | |
body { | |
overflow: hidden; | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 3D Scene with rotation | |
*/ | |
html, body { | |
-webkit-transform-style: preserve-3d; | |
-webkit-perspective: 1200px; | |
height: 100%; | |
padding: 0; | |
margin: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Menu duo séparation chose | |
*/ | |
body { | |
background: white; | |
padding: 0; | |
margin: 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Paradise Lost (c) aqro | |
*/ | |
* {margin: 0; padding: 0;} | |
html, body {height: 100%;} | |
@-webkit-keyframes rotate { | |
from { | |
-webkit-transform: rotate(0deg); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* mongol fière (c) lipelip | |
**/ | |
#nacelle { | |
width: 200px; height: 150px; | |
background: #BADA55; | |
position: absolute; | |
left: 50%; margin-left: -100px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Pac Man (c) lipelip | |
*/ | |
/* aniation des deux demi-cercles de pacman */ | |
@keyframes eatup { | |
0% { transform: rotate(0deg); } | |
50% { transform: rotate(45deg); } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 3D transform (c) lipelip | |
*/ | |
body { | |
background: #deddcd; | |
} |
NewerOlder