
hellol11
Members-
Posts
16 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Everything posted by hellol11
-
Yes, this is built with GSAP. Looking in the source code, they're using a very recent version of TweenMax.
-
The animations in animate.css are pretty cool, I hope this goes well.
- 4 replies
-
- animate.css
- gsap
-
(and 1 more)
Tagged with:
-
The reason you are getting a syntax error is because none is being treated as a variable, when it's supposed to be a string, or a variable with a string. Again, autoAlpha is useful here.
- 5 replies
-
- 1
-
-
- transition
- oncomplete
-
(and 2 more)
Tagged with:
-
Delay the animation until user scrolls to the element
hellol11 replied to orville2210's topic in GSAP
fullpage.js only gives sections, it doesn't do anything as far as callbacks. -
Delay the animation until user scrolls to the element
hellol11 replied to orville2210's topic in GSAP
Step 1: attach a "scroll" event to the document Step 2: when the event is fired, check window.scrollY. If it aligns with one of the sections, proceed to step 3 Step 3: fire desired animation(s) -
Please let this be applied to DOM elements.
-
The lower the perspective value is, the more dramatic the FOV becomes. Basically, if perspective is high enough, it may as well be 0.
-
Cool!
- 4 replies
-
- 1
-
-
- css mask
- css blendmode
-
(and 2 more)
Tagged with:
-
So, here is an idea: Let's say I have an element that I want to have animated with different eases for the x and y props. Normally, to do that, I would have to do this: TweenMax.to("#box", 1, { x:200, ease:Power4.easeOut }); TweenMax.to("#box", 1, { y:200, ease:Power4.easeIn }); But, what if I could do it like this instead: TweenMax.to("#box", 1, { x:{ value:200, ease:Power4.easeOut }, y:{ value:200, ease:Power4.easeIn } }); I think that would be a pretty cool thing to have. Can you guys make this happen?
-
Perhaps an option to put in your own ease code?
- 4 comments
-
- 1
-
-
- features
- steppedease
- (and 13 more)
-
This is really interesting. I am new to jquery, so this is some new code to me.
- 4 replies
-
- jquery
- event delegation
-
(and 1 more)
Tagged with:
-
As you can see in the attached codepen, I want to make a small hover effect. after looking through some docs on both Jquery and GSAP, it still is not working. Is there something I'm doing wrong?
- 4 replies
-
- jquery
- event delegation
-
(and 1 more)
Tagged with:
-
So, I have a small problem. I want to be able to customize things in the throwprops plugin, like friction and bounciness. But it doesn't let you do anything like that, so I wondered, is it possible to combine the functionality of the two plugins?
-
I want to make a small animation just for fun, but as I make it, I notice it doesn't play. Can someone please help me?
-
looks awesome!
-
I think he wants it to keep scrolling, even after he stops hovering.
- 6 replies
-
- tweenmax
- setinterval
-
(and 1 more)
Tagged with:
-
So, I wanted to give you guys some more support from the comments on the GSAP home page, but it seems as though the comments are bugged. I have an attached image of the issue.