Skip to content

Instantly share code, notes, and snippets.

@2Fwebd
Created May 19, 2015 18:24
Show Gist options
  • Save 2Fwebd/50455fa05015d9f2a184 to your computer and use it in GitHub Desktop.
Save 2Fwebd/50455fa05015d9f2a184 to your computer and use it in GitHub Desktop.
$(".animate_bottom_top, .animate_top_bottom, .animate_left_right, .animate_right_left,.animate_fade").waypoint(function () {
if (!$(this).hasClass("animate_go")) {
var e = $(this);
setTimeout(function () {
e.addClass("animate_go")
}, 30)
}
}, {
offset: "80%"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment