2018-10-12 12:44:50 +00:00
<!DOCTYPE html>
< html lang = "fr" >
< head >
< title > Button - Lucien Cartier-Tilet< / title >
< meta name = "author" content = "Lucien Cartier-Tilet" / >
< meta name = "description" content = "Page universitaire de Lucien Cartier-Tilet" / >
< meta http-equiv = "content-type" content = "text/html; charset=UTF-8" >
< meta name = "viewport" content = "initial-scale=1, user-scalable=yes, maximum-scale=5, width=device-width, height=device-height" >
< link rel = "stylesheet" type = "text/css" href = "../css/style.css" >
< script type = "text/javascript" src = "../js/animation.js" > < / script >
< / head >
< body >
< ul class = "navbar" >
< li > < a href = "../" > Home< / a > < / li >
< li > < a href = "../square/" > Square< / a > < / li >
< li > < a href = "../faker/" > Faker< / a > < / li >
< li > < a href = "../canvas/" > Canvas< / a > < / li >
< li > < a href = "../button/" > Button< / a > < / li >
< li > < a class = "active" href = "../animation/" > Animation< / a > < / li >
2018-10-12 23:28:32 +00:00
< li > < a href = "../edit-image/" > Édition d’ Image< / a > < / li >
2018-10-12 12:44:50 +00:00
< / ul >
< div id = "container" >
< div class = "content" >
< p > Un carré traversant un canvas et apparaissant du côté gauche de l’ écran alors qu’ il disparaît du côté droit de ce dernier et un autre faisant des allers-retours.< / p >
< / div >
< canvas id = "sqrcontainer" width = "800" height = "600" > < / canvas >
< / div >
< / body >
< / html >