Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
bug fix for undefined timing field for animation config
Browse files Browse the repository at this point in the history
  • Loading branch information
eterna2 committed Mar 22, 2016
1 parent 6be8941 commit 88d9e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paper-tooltip.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
this.toggleClass('hidden', false, this.$.tooltip);
this.updatePosition();

this.animationConfig.entry[0].timing = this.animationConfig.entry[0].timing || {};
this.animationConfig.entry[0].timing.delay = this.animationDelay;
this._animationPlaying = true;
this.playAnimation('entry');
Expand Down

0 comments on commit 88d9e7c

Please sign in to comment.