Jump to content
Search Community

akal

Premium
  • Posts

    8
  • Joined

  • Last visited

About akal

  1. Hi Rodrigo thx for fast reply. I realized I maybe didn't provide enought explanations: this codepen demo demonstrate a post loop where each cards (spl-post) are posts of the loop, so I want the <a href="something"> link to the related post. I first create the hscroll animation without using the <a> tags, then when I implement them, I discover the issue... So I need to use them, not in order to trigger specific code, but just doing a simple link ^^ Edit : I've just add css : .hscroll a { display: block; width: 100%; height: 100%; } which look to be the solution of my issue
  2. Hello, I thought my 2 rows horizontal scroll slider was working well, but there is a weird issue, could you please have a look to this pen ? The scroll slider itself looks working well, but once we start using mouse click (left or right) on the first row elements, there is a strange "jump" behavior. Please first scroll down then try to click multiple time (only into the first row elements) in order to be able to reproduce the issue. Outside the scrollsmoother, no issue anymore. What did I missed ? Any ideas ? Thanks akal
  3. This is perfect ! many thank for your time, the code you provide help me to understand new things (I'm learning JS...). I succed to reproduce and adapt in an other case... thank you again ;D
  4. Hello, I have now more than one block to animate into the same page, and because I can't use a unique ID for the trigger (previous eg -> trigger: "#creation",) I need the animation starts each time entering viewport (without specifying a tag for the trigger) and each time the block is hover. Could you please help me to change the trigger parameter and implement a " for each " into the timeline ? https://codepen.io/akaaal/pen/KKepamO
  5. Ohhh ok I think I get it (toggleActions) now, many many for your help !
  6. Oh ok I see ! Yes this is exactly what I'm looking for, thank you Last thing : when leaving viewport then entering again (like scroll down then scroll up) how can I get the text animation start again ? I thought it was related to toggleActions but changes have no effects...
  7. Hello, first time asking here, hope I'll do it well ^^ On my pen, I successfully got a sliptText animation starting when mouseenter the black box. But at first, I was expecting the sliptText animation starting when #creation enters in viewport (using ScrollTrigger) which isn't the case here. Any ideas ?
×
×
  • Create New...