Jump to content
Search Community

dreemhai

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

474 profile views

dreemhai's Achievements

  1. Personally, I really like Daco's website. https://diacodesign.com/services Seeing the website, I have a doubt how to implement 2d animation images and canvas models interacting with mouse. I am new to this field and I have not experience. Can anyone explain about this please ? Thanks for your time.
  2. Thank you ! Your solution worked perfectly for me. But actually, it didnt work even though there is only one tween - rotation in timeline. https://codepen.io/GreenSock/pen/eYWGeGe this is the sample code on Gsap-React, I used. Do I need to clear timeline or use gsap.fromTo() instead of gsap.to() on the sample code as well ?
  3. Thank you very much! But actually, I dont understand these sentences fully. Can you explain more details ? And what is the difference between rotate: 360 and rotation: 360 ?
  4. Hello, everyone I have following code and tried to implement make animation using timeline and reverse(). Function reverse() for circle works perfectly but when I try to reverse rotation for box, it seems box not fully reset into the initial position. Can anyone let me know what the problem is. This code is same as in https://codesandbox.io/s/gracious-villani-qiczlf?file=/src/App.js
×
×
  • Create New...