Jump to content
Search Community

rajnibkakadiya@gmail.com

Members
  • Posts

    1
  • Joined

  • Last visited

rajnibkakadiya@gmail.com's Achievements

0

Reputation

  1. I want to update a tween variable as per window's width on window resize. I have tried with below code but it seems not working. Could you please help me? var logoWidth = 100; window.onresize = function(){ logoWidth = (window.innerWidth > 767) ? 100 : 50; } var _timeline = new TimelineMax(); _timeline.to(element, 1, {width:logoWidth}); Any help appreciated!
×
×
  • Create New...