Jump to content
Search Community

Helper

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Helper

  1. image.png.f8ce42e89053a140c7586b41b6ef93f8.png

     

    I created 13 DIVs. I would need each of them to gradually get to a certain position.

    I use this for this:

    timeline.to(".m0", { top: "0px", left: "0px", ease: "power1.out", duration: 1.3});
    timeline.to(".m1", { top: "-45px", left: "45px", ease: "power1.out", duration: 1.3});
    timeline.to(".m2", { top: "-90px", left: "90px", ease: "power1.out", duration: 1.3});

    but it doesn't register the classes for me.

  2. Hi,

    I have created a div where "pieces" is located. I would need to help ease: step by step from m1-m13 to move. Is there a simple solution for this?

    Thanks

    image.png.97dd996339056cadea40fd523a2b68b6.png

×
×
  • Create New...