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

Commit

Permalink
Merge pull request #60 from eterna2/master
Browse files Browse the repository at this point in the history
bug fix for undefined timing field for animation config
  • Loading branch information
notwaldorf committed Mar 25, 2016
2 parents 344f660 + 88d9e7c commit febda17
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 @@ -267,6 +267,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 febda17

Please sign in to comment.