[Web DB Press 2010-08] canvas animation hokaccha Follow 2010-08-17 10:44:48 License: MIT License Fork1 Fav0 View1055 Play Stop Reload Fullscreen Smart Phone Fork tree Readme JavaScript 15 lines HTML 1 lines CSS 2 lines [Web DB Press 2010-08] canvas animation var canvas = document.getElementById('sample'); var ctx = canvas.getContext('2d'); var x = 50; var canvasfunc = function(){ x += 5; ctx.clearRect(0,0,400,400); ctx.beginPath(); ctx.arc(x, 50, 30, 0, Math.PI*2, false); ctx.fill(); if (x > 350) { x = 50; } }; setInterval(canvasfunc, 10); <canvas id='sample' width="400" height="400"></canvas> [Web DB Press 2010-08] canvas animation var canvas = document.getElementById('sample'); var ctx = canvas.getContext('2d'); var x = 50; var canvasfunc = function(){ x += 5; ctx.clearRect(0,0,400,400); ctx.beginPath(); ctx.arc(x, 50, 30, 0, Math.PI*2, false); ctx.fill(); if (x > 350) { x = 50; } }; setInterval(canvasfunc, 10); <canvas id='sample' width="400" height="400"></canvas> use an iframe compat browser, deer Play on jsdo.it games Share Embed QR Tag Download Complete! Description どんなゲームですか? Control Device スマートフォンコントローラー jsdo.it WebSocket Controller» マウス キーボード タッチデバイス Fullscreen 有効 無効 jsdo.it games から削除する Submit Tweet style Design view Code view code <script type="text/javascript" src="http://jsdo.it/blogparts/bEL0/js?view=design"></script><p class="ttlBpJsdoit" style="width: 465px; margin: 0; text-align: right; font-size: 11px;"><a href="http://jsdo.it/hokaccha/webdb201008_canvas-animation" title="[Web DB Press 2010-08] canvas animation">[Web DB Press 2010-08] canvas animation - jsdo.it - share JavaScript, HTML5 and CSS</a></p> animation canvas WebDBPress WebDBPress201008 Tweet twitter Tags WebDBPress WebDBPress201008 animation canvas Forked sort new page view favorite forked forked from: [Web DB Press 201.. kzmcond 00 274views 16/1/0