Jump to content
Search Community

innocean_dev

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by innocean_dev

  1. Hi Shaun, it was to jump to the end. I ended up figuring it out with the help of another GSAP rep. I don't know why, but when I checked back on this thread yesterday and today, I didn't see your reply. But you actually replied on Monday. Not sure why that was. But the other GSAP rep told me you replied and now it popped up. Lol. Anyhow, thanks for looking into and for your help with this. Looks like its good to go. ;-)

  2. Yes, this was a follow up to the same project. The last person who assisted didn't respond, so I decided to start a new thread. But anyhow, you have helped greatly. I see what was wrong now that I have looked at your addition. Somehow, this codepen snippet is actually part of a larger scale project. In the project, I realized that there was something a tad bit different than in the codepen example—the scope. The headline was created within a function—that was also within a function. My call to the timeline object was not reached because of the scope somehow. So I just resolved the headline on click from within the function. Hope that makes sense. I know it might be hard without seeing exactly what I am seeing, but I'm not able to post the larger project yet. Anyhow, thanks much for your help. Mission accomplished! :) 

  3. Ok. Thanks! I do have a question. It might add a bit of complexity. Not sure. So I'm hoping to have all of the blocks (except the first) start of with 0 opacity—and after the first block fades off, the next fades in—until it gets to the last block (which will not fade out). The reason for is that in the final application, these blocks will be absolute position (stacked on one another), and it will just be text (no blue background). Kinda like one headline fading out and one fading in. Is there a simple solution to this that integrates with the logic you have already provided?

  4. **See Codepen URL**

    I'm trying to create a simple sequence that fades out "Test" after 4 seconds, and then fade out "Rest" after 2 seconds. "Best" will remain. When I append outside of the "if" statement, the sequence works—but inside of the statement—it does not register. I am able to detect as existing all of the elements (div, array, timeline object, etc) in the statement with the console log. It appears though that appending a sequence from an embedded "if" statement will not work. It has to be done on the root level with the Timeline object. Is this correct? Or is there a way to make this work with my current setup? (I've added notations to the code.) Thanks!

    See the Pen PLQymo?editors=1111 by gredesign (@gredesign) on CodePen

  5. Hello,

     

    I can't seem to animate a div that contains a youtube video and I have a project that due asap. I want to be able to animate the opacity or the position. The animation either won't occur or the animation will stop before it has completed. Please let me know what I might be doing wrong. Thanks!

     

    ::Carey::

    See the Pen zwWaPW by gredesign (@gredesign) on CodePen

  6. I don't have a live example to show just yet, but here is my problem. I have a button with a shine that runs across it when you roll over. The shine is within a div that has its overflow property set to hidden. This is so the excess shine image is cropped. But when I animate the scale of any other element in my document, it releases the overflow on the button. When I scale an element back to normal size, the overflow property becomes hidden again. Why is the scale property causing that? (ex: TweenLite.to(object, .25, {scaleX:.5, scaleY:.5});

×
×
  • Create New...