Recently, I stumbled upon an old tutorial showcasing a fly-to-cart animation using jQuery. I wanted to challenge myself by implementing the same effect using pure JavaScript.
I created a simple layout with products and a shopping cart icon. The styling doesn't matter so we won't discuss it here.
The trick is to clone the image of product, prepend it to the product element. Then calculate the coordinates of your cloned image and cart icon, get the difference and translate your image to it. You can add extra effects like scaling to 0 or opacity fading. Add a transition property for it to actually animate the changes in style
If you want to put animations on cart icon too, use the transitionstart and transitionend event on cloned Image to add and remove a CSS class with animation set on it.
Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.
Copyright© 2022 湘ICP备2022001581号-3