This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
lovecoding
/
VIP26
Suivre
9
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
8ac7604daf
Branches
Tags
master
VIP26
/
day17
/
js
/
5.transition.js
5.transition.js
104 B
Historique
Raw
1
2
3
4
var btn = document.getElementById("btn");
btn.onclick = function() {
box.style.width = 500 + 'px';
}