
TrulyNewbie
ShockinglyGreen-
Content Count
20 -
Joined
-
Last visited
Community Reputation
2 NewbieAbout TrulyNewbie

-
Rank
Member
Recent Profile Visitors
205 profile views
-
Thank you for your compliment (it has made my day) and thanks for your advice! I removed the filter and it worked! Thank you so much. Bless you
-
TrulyNewbie started following SplitText overlflow, lagging, Pinning onLeave and 2 others
-
Hi, I've put together my site here [RETRACTED] but my portfolio section is sooooo laggy on safari and a little choppy on chrome. I've read through the tips and documentation today before asking for help, and I thought keyframes maybe the answer. But I can't get it to work. I tried to merge the array with the keyframes but I'm stuck. I added will-change transform to the 3 divs, but I read online that it maybe over kill I also thought it may be my image size, but that's not the issue either. Locomotive and gsap are my only external files. I'd appreciate any help.
-
Hi Zach, On WordPress I have a repeater field that I’ve pinned. It works. But I’ve chosen to not have a background color on the Main pin because I want a stacked affect. In side the pinned div is a column for an image. I basically want the image to disappear as I scroll to the next pinned element. is there a way I can privately send you a link to my site so you can see what I mean? thank you
-
Hi, I've been trying to figure this out all day. I have a pinned section with the same div name. That works. When I scroll away from the pin, I want it to fade out (onLeave) as the new one settles in. How can I make this happen? Because of the divs having the same name (ac f repeater field), I know it has to be and array of some sort but I just can't figure it out. I tried to make a array timeline with a let = leavesection.. Please help when me you can. Thank you.
-
Thank you!!!!!
-
Hi @zloycoder Thank you for your hard work putting this together. I have a question, how do I change the scroll to locomotive scroll and still make it work? I've switched it out, but I just can't get it to work. Please could you have a look at it for me? Any pointers will be such a help. Thank you https://codepen.io/NewbieRuby/pen/XWKQQmM
-
Thank you for this. I really appreciate it. I'm sorry to be a pain, but if you click the button repeatedly, it starts and stops (causing a flash). How can I make it so the transition completes before the being pressed again? Thank you
-
Thank you, but I'm unsure where to add this? And I'm not sure if I explained myself properly, but what I want is that each click (open and close button) completes before being clicked again. At the moment I can click and close quickly causing a flash Here is my code pen -https://codepen.io/NewbieRuby/pen/bGeQWbQ Thank you
-
Hi, if you spam click the button the animation keeps playing and replaying. How can I make it so it's like one press = one animation complete? Thank you
-
Thank you all for your help. I really appreciate it. My last question is how can I make it so when I pass over the section without moving the mouse? I've tried onmouseover / onmouseout Right now if the user is scroll using the trackpad, and the cursor is kept dead still, the cursor doesn't transition. I appreciate any help Thank you
-
Hi, I've looked on the forum and I've seen the suggestion of using this - https://codepen.io/GreenSock/pen/WNNNBpo But I want to keep it inside of an area (pink), and it scales out on mouseLeave How can I achieve this? Thank you
-
Hey, But by the time I get to the second text it’s already loaded. The code doesn’t work together, they’re just beside one another
-
Hey, I've made a codepen (which I should have done in the beginning) https://codepen.io/NewbieRuby/pen/RwamprK How do I merge my code? I've posted both of my snippets, but I'm having trouble. So what I have is an overflow parent and the text is the child. But I only want it be triggered when scrolled into view.
-
Hi, I haven't made a code pen. Because I didnt think I need one. But I wanted to created an overflow hidden split text. But, I wanted to do it utils.Array with a scroll trigger, so each div with the same name reacts at the same time.. Thank you for your continued help
-
Sorry I'm back! I want to create something like this: https://cuberto.com/ The text to the left, and image fixed to the right. I don't want my image to mask in and out, but just fade in and out I just can't get it right. Thanks again