Jump to content
Search Community

Helper

Members
  • Posts

    2
  • Joined

  • Last visited

Helper's Achievements

  1. Helper

    Div ease

    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. Helper

    Div ease

    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
×
×
  • Create New...