Skip to content

Instantly share code, notes, and snippets.

@SergSlon
Created September 4, 2013 10:43
Show Gist options
  • Select an option

  • Save SergSlon/6435414 to your computer and use it in GitHub Desktop.

Select an option

Save SergSlon/6435414 to your computer and use it in GitHub Desktop.
element.style.width = getComputedStyle(element).width
element.style.transition = 'width .5s ease-in-out'
element.offsetWidth // force repaint
element.style.width = '300px'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment