Jump to content
Search Community

videomill

Members
  • Posts

    2
  • Joined

  • Last visited

videomill's Achievements

0

Reputation

  1. I dont have code pen I have huge project,that is the part I can share
  2. Hi guys, I am new to Gsap, I have purchased bussiness plan, I have dowloaded the files and uploaded to server, here is my animation gsap now just adding only background to the element I want to animating , no easing , no scaling , no delay etc var blockText = getArrayElements( text.tag.find(".content-box .textclass") ); gsap.to(blockText, { duration: 1.5, backgroundColor: "#FF0000", delay: 1.5, x: 0, scale: 1, ease: "bounce" }); function getArrayElements(elements) { var array = []; elements.each (function () { array.push( $(this)[0] ); }) return array; } What is wrong here?
×
×
  • Create New...