Jump to content
Search Community

Catalin R.

Business
  • Posts

    93
  • Joined

  • Last visited

Posts posted by Catalin R.

  1. Thanks Craig! Thanks Jack!

    You're right. Is't not the best experience for user to force him to wait the whole animation!

    I have to find a solution to have a certain animation when I open the menu and another animation (more shorter than first) when I close the menu.

  2. Yes, I want to force the user to watch the whole animation. And I need another animation when I close the menu (another timelineMax or something, I don't need a reverse of the current animation).

    Thanks! :-)

  3. Hi,

    I have a problem with the syncing of click events.

    I've found many codepens about that but nothing works properly.

    1. When I open the menu I have a timelineMax with the animation I want

    2. When I close the menu I need another timelineMax (another animation), a fade-out not a reverse of the current timelineMax

    3. The same thing for Test Drop which has a drop-menu

    4. When the drop-menu is open and I close the entire menu (top-right trigger) there's a lack of syncing

    5. How can I run a timelineMax to the end without any animation interfere meantime (by clicking the top-right trigger)?

    I hope that is't not too much for this day!

    Thanks!

    See the Pen OZBKBX by ZenTao (@ZenTao) on CodePen

  4. Hi, 

     

    Seems we got to the bottom of this thanks a lot guys!

     

    Instead of removing the <base href="" ( not quite possible without a lot of pain for the rest of the site ) we changed the clip path:

     

    <g class="clipPathReveal3" clip-path="url(#theClipPath3)">
    
    changed to 
    
    <g class="clipPathReveal3" clip-path="url('/php-web-content-management-system/#theClipPath3')">

     

    Cheers!

    • Like 2
  5. Nice effect!

    But, I have a gallery and I need an hover effect. It should be smooth, pretty fast and the image should look like a broken glass.

    Any idea should help me!

    Thanks and happy tweening!

×
×
  • Create New...