Skip to content

Commit

Permalink
Tagging 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Grainger committed Oct 4, 2016
1 parent a13f558 commit 34712a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions dist/wow.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@
mobile: true,
live: true,
callback: null,
scrollContainer: null
scrollContainer: null,
resetAnimation: true
};

this.animate = function animateFactory() {
Expand Down Expand Up @@ -352,10 +353,12 @@
}
emitEvent(box, this.wowEvent);

addEvent(box, 'animationend', this.resetAnimation);
addEvent(box, 'oanimationend', this.resetAnimation);
addEvent(box, 'webkitAnimationEnd', this.resetAnimation);
addEvent(box, 'MSAnimationEnd', this.resetAnimation);
if (this.config.resetAnimation) {
addEvent(box, 'animationend', this.resetAnimation);
addEvent(box, 'oanimationend', this.resetAnimation);
addEvent(box, 'webkitAnimationEnd', this.resetAnimation);
addEvent(box, 'MSAnimationEnd', this.resetAnimation);
}

return box;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/wow.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 34712a3

@SpencerLobree
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@graingert hi ,i reached out to you via email, but i'm not sure if you saw my message...

I'm looking for a dev with your stack/advisor/consultant to work on our platform , Metify[.]tech, as a freelancer or full-time . some projects start soon and others begin in 6-12 months ,so if you're busy now ,we can discuss it in advance...

are you up ? contact me on telegram @SpencerLobree or via email at [email protected]

Please sign in to comment.