Jump to content
Search Community

komal

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by komal

  1. Hi, I am trying to get an box shadow effect as follows but neither getting any effect nor any error. What to do to achieve box shadow effect ? what the correction i need to do with the following snippet of code? TweenMax.fromTo($('#box1'), 2, { boxShadow: "0px 0px 0px 0px rgba(0,255,0,0.3)" }, { boxShadow: "0px 0px 20px 10px rgba(0,255,0,0.7)", repeat: -1, yoyo: true, ease: Linear.easeNone }); TweenMax.to($('#bigBox'), 0.5, { backgroundColor: "black" });
  2. komal

    animation with images

    Thank you AncientWarrior.
  3. komal

    animation with images

    Hello AncientWarrior Could you please elaborate above snippet of code more explicitly. As i couldn't upload all images, as you did in updateHandler().
  4. Hi, I have a set of 60 images. These images are the contentious images if we open then it looks like an video. So I want to show these images on browsers one by one continuously by keeping some time span like 2-3 sec between showing these images. When these images will open or come on browser it should looks like a video. How to achieve this one with GSAP.
×
×
  • Create New...