wethegit / wtc-perspective-card

Create a fake 3d card animations.
https://codepen.io/shubniggurath/pen/99df48ac9073736b0bbf5bd0e062a096?editors=0110
MIT License
8 stars 0 forks source link

Remove GSAP #1

Closed marlonmarcello closed 4 years ago

marlonmarcello commented 4 years ago

Issue When this library was first created it had to support really old browsers, so we used GSAP to standardize the animation. GSAP is a huge library and makes this simple controller way bigger than it should be.

Solution We should come up with a better implementation that doesn't require us to use GSAP. For reference: https://codepen.io/shubniggurath/pen/PowEzVb

liamegan commented 4 years ago

This is now done in V2