Skip to content

A plugin that adds an animated addition to the cart on the site

Notifications You must be signed in to change notification settings

derenko/animated-addition-to-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library for animated adding products to cart

Example

const cart = document.querySelector('#cart');
const buttons = document.querySelectorAll('button');
const imagesSelector = '.product img';

const animatedCart = new AnimatedAdding(cart, imagesSelector, buttons);

About

A plugin that adds an animated addition to the cart on the site

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published