Jump to content
Search Community

JustinLBannister

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by JustinLBannister

  1. This is the perfect example I was looking for: 

    See the Pen dPVVyz by GreenSock (@GreenSock) on CodePen

     

    But I've altered the js to reflect my markup and now I'm getting a cannot read property 'rotation' of undefined on this line: 

     

    destPosX = (this.target.className == 'dial') ? dial._gsTransform.rotation : timeline._gsTransform.x;
     
    I'm pretty sure I've followed the instructions to a T.
  2. Hi Carl, 

     

    Guess I didn't save it correctly. Should be correct markup now.

     

    If you take a look at the HTML I'm trying to move #timeline-inview and #timeline when I create the draggable for the #dial.

     

    I'd like the dial to control all three, and then also be able to have the actual #timeline control the #dial as well. 

     

    Does that make sense?

×
×
  • Create New...