This website works better with JavaScript
Home
Explore
Help
Sign In
lovecoding
/
VIP26
Watch
9
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
666dc82a23
Branches
Tags
master
VIP26
/
day17
/
js
/
5.transition.js
5.transition.js
104 B
History
Raw
1
2
3
4
var btn = document.getElementById("btn");
btn.onclick = function() {
box.style.width = 500 + 'px';
}