
Pusher
Members-
Posts
23 -
Joined
-
Last visited
Recent Profile Visitors
1,423 profile views
Pusher's Achievements
Newbie (1/14)
2
Reputation
-
Hi there, Just a quick question. Is it possible to create a flicker effect when images fade using the autoAlpha: 0 effect? Something like this... (I thought Elastic would help but it didn't.) TweenMax.to("#div", 1, {autoAlpha: 0, ease:Elastic.easeInOut}) Thanks, Phil
-
This absolutely helps! Thank you so much. I love Greensock even more.
-
Hi there, Is there a basic way to calculate the length of a TimelineMax animation? I do alot of banner work with Greensock and publishers have strict 15sec limits. I can't find an example anywhere. Thanks, Phil
-
Thanks so much for the help. I think i have it now. I was actually reading the points completely wrong. Worked it out on the bus into work. Cheers!
-
Jack, thank you so much. That definately clears things up. Can you explain how these coordinates translate? 0, 0 300, 250 Trying to do a pretty intricate build.
-
Hi there, I am new to draw SVG and having problem getting started. Sorry if the solution is simple. I have done tutorials and can't find the answer anywhere. Am I missing something in the attached codepen? I just want the line to draw from the top left to the bottom right. I would also like the line to appear as _ _ _ _ _ _ _ if possible. Thanks so much for any help, Phil
-
GSAP HTML5 Banner that use Smartphone Accelerometer
Pusher replied to Pusher's topic in Banner Animation
Replying to my own topic! Is something like this the smartest way to do it? http://matthew.wagerfield.com/parallax/ -
Hi All, Starting from 0 here. My boss has asked if a GSAP HTML5 Banner that use Smartphone Accelerometer is possible. The idea would be that i multilayered image with a foreground, mid-ground and background would 'move' with the tilt on a smartphone. Can anyone point me in the right direction? Thanks for any help, Phil
-
Hi there, I am starting from scratch here so apologies. I have been asked by a client to trigger an animation (similar to a banner ad) based on the browser position. It would be great if the animation then reversed on scroll up. Two Q's... 1. Is this possible with Greensock? 2. Where do i start? My Codepen example is an attempt at recreating the site that the animation will eventually live on. Thank you so much for any help, Phil
-
That is awesome, thanks Diaco! I have updated the codepen. However, it now opens when i refresh the page rather then only when i click the +. Is it possible to cue the close as well with this method when a link in the <li> is selected? I was hoping to eventually make this trigger a scroll down the page. Can you also briefly explain how your above code works? Is it creating more of a toggle situation?
- 3 replies
-
- tweenmax
- mobile menu
-
(and 1 more)
Tagged with:
-
Hi all, Just trying to build a fancy mobile menu using Greensock. I was wondering what the best way to make the + expand the menu and then the x to close it. Can I change the #mobicon's onClick to onClick="menucloseFunction" with an oncomplete of the menuFunction() ? Also, I had a thought that was to reverse the menuFunction() that I thought would work something like this but the reverse is not the normal colour when i enter it. function menucloseFunction() { menu.reverse() } Thanks for any help, Phil
- 3 replies
-
- tweenmax
- mobile menu
-
(and 1 more)
Tagged with:
-
Hi all, This may not look like a gallery at the moment but i problem there is a method to my madness. Just wondering what the best way to make only the div that is being hovered over animate instead of all of them at once. Thanks, Phil