Example 2:
Callback after animation has finished
domLastic
.init
({
itemsClassnameToConnect:
'item'
,
callback:
function
() {
console
.log
(
'anim finished'
);
}
});
//on click after element was removed...
domLastic
.animateItems();
使用鼠标点击下面的项目来删除它们
FloralWhite
Khaki
SandyBrown
Gainsboro
MediumSeaGreen
Sienna
↻