Jump to content
Search Community

Cato

Members
  • Posts

    4
  • Joined

  • Last visited

Cato's Achievements

2

Reputation

  1. Ah, I knew it would be something simple! Thanks for your help, D.AW
  2. I'm trying to figure out why my right column doesn't expand properly when "hide" button is clicked. Both left and right columns are floating left; left column ranges from 20% width to 0 %; right column ranges from 80% width to 100% respectively. Looks great when "show" is clicked, but there seems to be a floating/width issue when "hide" is clicked. This seems like it should be simple, but I can't figure out what I'm doing wrong... Thanks a trillion. BC
  3. Figured it out. TweenMax.to(background, 1, {backgroundPosition: '-300px 0', delay: 0.1, ease:Power1.easeOut}); Thanks for your help! You're welcome.
  4. TweenMax.to(background, 1, {backgroundPositionX: '-=300', delay: 0.1, ease:Power1.easeOut}); Works fine in Chrome and Safari, but not FF. I guess it's because background position doesn't work in FF (css) but I don't know of any other way to do this. Please help. Thanks!
×
×
  • Create New...