svg アニメーション
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>アニメーション2</title> </head> <body> <svg width="600" height="300"> <rect width="100%" height="100%" fill="red" /> <circle cx="100" cy="100" r="20" fill="pink"> <animate attributeName="r" from="20" to="80" dur="2s" repeatCount="indefinite" /> </circle> <circle cx="200" cy="200" r="20" fill="blue"> <animate attributeName="r" from="40" to="120" dur="2s" begin="2s" repeatCount="indefinite"/> </circle> </svg> </body> </html>
flash
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="utf-8"> <title>flash フェイドアウト</title> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen,print"> </head> <body> <div id="container"> <h1>■Flash</h1> <p class="label">幸運 おみくじ</p> <div class="display"> <embed src="omikuji_s.swf" loop="false" quality="high" bgcolor="#ffffff" type="application/x-shockwave-flash" width="500" height="250"> </div> </div> </body> </html>
0からはじめるweb日記。
文字通り、超初心者が奮闘するブログです。
日々の勉強で更新出来るか心配ですが、
勉強のまとめ等が出来たら載せたいと思っています。
よろしくお願いします。