Skip to content

Releases: yama-dev/js-scroll-effect-module

SCROLL EFFECT MODULE v0.1.2

11 Jul 13:41
52d5035

Choose a tag to compare

Add callbackmethod.

on: {
  In: function(item, pos){ },
  Out: function(item, pos){ }
}

Add RemoveAll method.

RemoveAll();

Adjust sample html.