5.transition.js 104 B

1234
  1. var btn = document.getElementById("btn");
  2. btn.onclick = function() {
  3. box.style.width = 500 + 'px';
  4. }