Jump to content
Search Community

akudlac

Premium
  • Posts

    8
  • Joined

  • Last visited

About akudlac

akudlac's Achievements

  1. Hi, I forked a GS slider, and must've missed something along the way. The links don't match up to the slides most clicks. I'd think there's a basic flaw in my logic, but haven't found it. Also, is there a way to add a class to whatever link corresponds to the current slide? Thanks.
  2. No problem. It works surprisingly well. I was just curious if there was a recommended approach. Thanks.
  3. Hi, I was wondering if there's a best practice for dragging multiple elements at the same time. Some will have anchor links, some won't. I made a basic demo of the idea, using the container as the draggable element. Seems to work alright, but wasn't sure if there's a better way( classes maybe). Thanks.
  4. I am fairly new to it, and I will read up. Thank you so much for your extensive help.
  5. Thank you. I knew something was occurring after but couldn't identify it. Is there a way to remove the styling on the last one( Awesomeness)? Sorry for all the basic question, I appreciate the help.
  6. Hi, Hopefully I set this up correctly. I added the blue text color to the second trigger to show that it's firing. Thanks. https://codepen.io/akudlac/pen/MWXezoV
  7. Hi, I tried this. It works on the one element being affected in the loop. When it switches to the next element, it reverts to .5.
  8. Hi, In the attached CodePen, I'd like the initial state of the text on the right to be opacity 0.5. After an element is turned orange, I'd like its opacity to be 1, while those that haven't yet been orange staying at 0.5. I've tried using gsap.set with the autoAlpha to .5 initially, while setting the element's CSS class to to 1, but it affects all the elements. Thanks.
×
×
  • Create New...