Skip to content

Instantly share code, notes, and snippets.

@IvanaSays
Last active August 9, 2017 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IvanaSays/45bde9e6bf277ac2a7eed01f089b440c to your computer and use it in GitHub Desktop.
Save IvanaSays/45bde9e6bf277ac2a7eed01f089b440c to your computer and use it in GitHub Desktop.
12 - Performant Animations
var wrapperHeight = wrapper.getBoundingClientRect().height + 'px';
boxes.forEach(box => {
box.style.transform = “translateY(“ + wrapperHeight + “px)”;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment