diff --git a/polymer-scrub/polymer-scrub.html b/polymer-scrub/polymer-scrub.html index 5fc9a67..5ce04e9 100644 --- a/polymer-scrub/polymer-scrub.html +++ b/polymer-scrub/polymer-scrub.html @@ -252,6 +252,9 @@ delay: -t }); } + this.segment.onend = function() { + this.fire('polymer-scrub-animation-end'); + }.bind(this); document.timeline.play(this.segment); }, scrubAnimation: function() {