Team:UFMG Brazil
From 2013.igem.org
(Difference between revisions)
Line 21: | Line 21: | ||
var canvas = document.getElementById("main_canvas"); | var canvas = document.getElementById("main_canvas"); | ||
var ctx = canvas.getContext('2d'); | var ctx = canvas.getContext('2d'); | ||
- | ctx.fillRect(25,25, | + | |
+ | var w = 100; | ||
+ | |||
+ | function animate() | ||
+ | { | ||
+ | ctx.fillRect(25,25, w,100); | ||
+ | w = (w+1)%100; | ||
+ | } | ||
+ | |||
+ | requestAnimFrame(animate); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 22:22, 22 June 2013
These are our initial steps towards of a great project, in which we will build an device for detecting Heart diseases.
Wiki edition responsibility: Fernando Carvalho da Silva Coelho
You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing. | |
Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs) | |
Team UFMG_Brazil |
Home | Team | Official Team Profile | Project | Parts Submitted to the Registry | Modeling | Notebook | Safety | Attributions |
---|