Last active
August 9, 2017 13:21
-
-
Save IvanaSays/3dec447018385cb9a4cd6af770104085 to your computer and use it in GitHub Desktop.
10 - Performant Animations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
boxes.forEach(box => { | |
box.style.transform = “translateY(“ + wrapper.getBoundingClientRect().height + “px)”; | |
}) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment