forked from ashchristopher/jquery-add2cart
-
Notifications
You must be signed in to change notification settings - Fork 0
arunn/jquery-add2cart
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
jquery-add2cart is a plugin that creates an animated shopping cart
experience. It creates and animates a visual effect of one item moving
into another.
This plugin is especially useful when a visual effect on shopping carts
for eCommerce or related web applications.
The fork of this plugin provides functionality that applies the source
div to the div being animated instead of a image that was found
in the original plugin.
Usage:
$('#some_id).click(function(e) {
$.add2cart('source','target', options);
});
*** Please note that 'source' and 'target' must be ids ***
*** options can contain width, height, duration of the animation and callback function. ***
Origins:
This jQuery plugin is a fork of Ash Christopher's jQuery Add2Cart plugin.
See https://github.com/ashchristopher/jquery-add2cart for original plugin.
About
jQuery plugin that gives an animated effect of one object moving to another. Useful when adding items to a shopping cart.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published