Jump to content
Search Community

AsKadir

Business
  • Posts

    156
  • Joined

  • Last visited

Everything posted by AsKadir

  1. @GreenSock I tried to reproduce it, but nothing. I have the same situation with class as with style in my localhost, so it looks like this <h1 class="" style=""> Okay, I will close my eyes on it) Thanks, Jack!
  2. Hey, I have a strange letter spacing after timeline animation in Firefox browser, I read a lot about this issue and font-kerning is solution for this, but not in my situation. So try to hover first paragraph in Firefox browser and see the changes, there will be wrong spacing. I have attachment how it looks like on my side after hover. If try to change font-size to bigger size it's kind of okay. But I need 18px) Firefox version 88.0, OS version 10.12.6 Sierra (maybe because of it this issue appear, can't check it) Can you help me, please? Thanks in advance!
  3. Hey all, I have a question about empty style and class that SplitText adds to an element, In the demo it adds only empty style to h1, you can check it in your console. But in my project it also add empty class, I can't recreate it in this codepen. It doesn't bother me a lot, but maybe I'm doing something wrong? Thanks in advance!
  4. Hey all, I have a simple draggable horizontal div with images, I'm trying to get velocity of inertia onDrag, I can't understand what's the problem, I get an error tracker.get is not a function What am I doing wrong? Can you help me, please? Thanks in advance!
  5. @Carl OMG! Now I understand how silly my question is) I've just started to learn drawSVG and now I see how "100% 100%" works) Thanks a lot, Carl! And thanks for your tutorials!
  6. @Rodrigo Thanks, Rodrigo! Yes, I understand that I can change path, but what if I have complicated multiple paths, it's really hard to change it with Adobe Illustrator, that's why I want to find out the solution by drawSVG.
  7. Hey all, I have an issue with drawSVG, How can I change direction of animation? I mean right now it starts from right to left, but I need from left to right. I read a lot of related questions, but they were about from 0% to 100%, but what about 100% to 0%? Also I read about using Adobe Illustrator and changing path direction there, but it's not comfortable. Thanks in advance!
  8. Hey, I'm trying just rewrite the old codepen to gsap3: https://codepen.io/GreenSock/pen/OKNadm Above is the old codepen! Below is new codepen, which is not working. There is no any errors, what am I doing wrong? Can you help me, please?
  9. @GreenSock @ZachSaucier Hey guys, any advice, please...
  10. Hey all, I'm trying to experiment with SplitText, So I have a simple menu with submenu, blue colored menu items have children, when user click on it first level menu items will move up and submenu will appear from bottom, I want to use stagger for each char, but stagger also will be implemented for menu items, what I don't want. I understand that I'm doing it wrong, but I can't imagine what should I do. Can you help me, please?
  11. @ZachSaucier Hi, Zach! I read it before and now I read it about 30 times. After it I found that I didn't write pin: true and that was issue.
  12. Hey! I have a problem with ScrollTrigger, I have a container with images and I want horizontal scroll for them and some additional animations, So I took working code and tried to take ScrollTrigger and put it directly inside timeline, but can't understand why it's not working. As you can see in commented area is working code. Can you help me, please?
  13. Hi all! I have an issue with input placeholder, I can't change its color using gsap properly, or is it impossible? Can you help me, please? Thanks in advance!
  14. @mikel Thanks, Mikel! In my opinion, your alternative is better.
  15. @akapowl Thanks a lot! I tried to add these classes and target them, but didn't go in a right direction.
  16. I found out that it is better to not use reverse(), instead of this I made another codepen, but I still have issue, when you mouseenter first box will not change, but other will work normally: new codepen I still need help)
  17. Hey! I have the same divs with classes called "wrapper" and they both have same elements called "box" inside. When you mouseenter "wrapper" all boxes inside getting filter:grayscale(1) and autoAlpha:0.5 by tween, but also I have another tween which is saying that box that you target must be filter:grayscale(0) and autoAlpha:1. So my problem is that I can't overwrite first tween by second properly, if I add overwrite:true inside tween2 my function will not work at all. What am I doing wrong? Can you help me, please?
  18. I understand this, but sometimes it can't be done without these properties. Thanks a lot, Zach! Now everything is working!
  19. Hey! I have something like a button, on mouseenter event timeline starts play, then on mouseleave I want circle to dissapear and appear on starting point. For the first time it works, but then on second mouseenter timeline not working. What am I doing wrong? Can you help me, please?
  20. Hey, Jack! It's exactly what I was looking for. Thanks a lot!
  21. Hi! I tried to recreate the navigation https://www.steven-hanley.com/ So now I have in my codepen working example, The problem is when deltaX is 0, the animation starts to kill itself in a tick because of overwrite: true. My question is - is it possible somehow kill animation with smooth decay? I mean when my deltaX is 0, the tween should animate position of x to 0 with duration, not immediately. Thanks in advance!
  22. Finally, I found it https://codepen.io/jonathan/pen/QjzZpO
×
×
  • Create New...