Jump to content
Search Community

jamez

Members
  • Posts

    3
  • Joined

  • Last visited

jamez's Achievements

1

Reputation

  1. @Visual-Q i think i got close this time thank for the advice https://codepen.io/jamezzz123/pen/QWNgKBV?editors=1111
  2. hello @PointC so i actually tried a lot of different ways on my local system but was not able to get a similar animation as the raw css style. i did update the code pen with on of the implementation but... https://codepen.io/jamezzz123/pen/VwaWaby?editors=1111
  3. so guy i pretty new to do. i would love to know how i go replicate a css animation in gsap for this https://codepen.io/jamezzz123/pen/jOqwPxE https://codepen.io/jamezzz123/pen/jOqwPxE basically something like this @keyframes slidein { from { transform:rotateY(180deg); } 10% { transform:rotateX(-90deg); } 30% { transform:rotateX(90deg) rotateZ(360deg); } 75% { transform:rotateY(0deg) rotateZ(360deg); } 80% { transform:rotateY(90deg) rotateZ(360deg); } to { transform:rotateY(180deg) !important; margin:10px; } }
×
×
  • Create New...