Jump to content
Search Community

ManuC12

Members
  • Posts

    3
  • Joined

  • Last visited

ManuC12's Achievements

0

Reputation

  1. Hi, I have a element that go from left to right, with a bounce ease, so when it hit the right it has the bounce, but when the scroll is in reverse the element first bounce and then move ( as I already expected since it's reverse ), I want the direction to be reversed but that the bounce keep happening just at the end, any idea of how to get that?, here is my codepen
  2. Hi! Thank you very much, yes it was that but I want it the element to move directly from the left to the right with no transition, like in section one it being on the left then as soon as it hit section two it goes all to the right directly with no transition, is there a simple way to addapt your example to that?, thank you for your time anyway !
  3. Hi, I have a few section tags of 100vh each one, and I want to have a pinned element that stay pinned during all this elements until the end, and when it enter in each section it change direction, from left to right, then right to left in each one, I tried by putting the element I want to move in absolute position, and try to animate from left:0 to right:0 but I see that this won't work, I would appreciate any help about how could I get this working, I let a codepen with what I tried so far
×
×
  • Create New...