mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-15 17:52:36 +08:00
14 lines
425 B
CSS
Executable File
14 lines
425 B
CSS
Executable File
/*Sakura animation using WebGL. No images are used. The framerate might be slow or the demo might not play at all in some older systems so you can watch this video: http://www.screenr.com/BFZ8. Let me make it clear that I did not make this and just thought is was very cool and wanted to share it.
|
|
*/
|
|
|
|
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
height: 600px;
|
|
}
|
|
|
|
canvas {
|
|
padding: 0;
|
|
margin: 0;
|
|
} |