I have this code but since I use "" the a.innerheight does not get replaced by its value. Is it possible to make this dynamic?
a.innerheight
a.style.webkitTransform = "translate(0,a.innerHeight)"
I'm not sure what you're asking for... this maybe?
a.style.webkitTransform = "translate(0," + a.innerHeight + ")";
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
4 years ago
viewed
4657 times
active
3 years ago