
Hector18
Members-
Content Count
30 -
Joined
-
Last visited
Community Reputation
6 NewbieAbout Hector18
-
Rank
Advanced Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Edit: On first time you start dragging the items jumps all above one time their height I've forgot to put the items on position absolute in css, but I solved meanwhile. Now I'll try to implement the hammer js. Thank you @ZachSaucier for help!
-
Hector18 started following Timeline reverse animation, Modifiers Plugin for Infinite Image Carousel, Vertical Infinite Scroll and 2 others
-
Hi Zach, Thank you for your answer. I tried to adapt the script for vertical use but I did something wrong. Perhaps you could help me a little bit. Thank you! https://codepen.io/Hector18/pen/yLaMomw
-
Hi, Can anyone tell me how i can achieve this infinite scroll effect with GSAP to translate with ease the elements? Here is the example: https://bizar.ro/ Thank you!
-
here is the last version of my pen: https://codepen.io/Hector18/pen/zYYewBy
-
The cursor stick where you enter over the link. It should move in front of the link ant stick there. The mikel example is a good start but it works only on one link and when you leave the ball do not update position with ease, it jumps which is not good
-
The cursor stick where you enter over the link. It should move in front of the link
-
Hi @mikel, this is a good example but has a bug when you leave button the ball jump to mouse cursor without ease. I just added the script into my pen, but something is wrong: https://codepen.io/Hector18/pen/zYYewBy?editors=1010
-
Hi @ZachSaucier, my pen is the last on my post with "Button One" and "Button Two".
-
Hi, Can everyone help me to achieve a similar effect on mouse cursor on my existing script, like in this pen: https://codepen.io/g-norman/pen/ExxobEm Thank you
-
Hi, I'm trying to animate the drag for the swiper with tweenmax. Now the dragging option is to quick and jerky. Dees anyone know how to animate the drag option with tweenmax to have an easing accelerate effect? Here is an example with a slider who has the drag options with nice easing options: http://www.benmingo.com/ Thank you!
-
Yes, this is the right solution for my project
-
Thank you guys very much!
-
How can I do with 2 timelines, like in my example? Thank you!
-
Hi, Just created a pen. For Second row I want animation to start first from box number 6, not from box number 1 like in the first row. Thanks
-
Hi, I have this timeline function on next slide click event from my slider: var tl = new TimelineLite(); var tl = new TimelineLite(); $('.content1').find('.box').each(function(index, element) { tl.to(element, 0.5, {scale:0.9, x:100, opacity:0, ease:Power2.easeInOut}, index * 0.02) }); What I want to achieve is on prev slide click event is the timeline animation to start form the last element and end to first element. How can I do this? Thank you!