Skip to content

Commit

Permalink
updated docs for new option refreshAniDuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vadikom committed Dec 15, 2011
1 parent c7ed98f commit 895a9fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions demo/demo.html
Expand Up @@ -595,6 +595,9 @@ <h2 id="options">Options</h2>

<dt><strong>hideAniDuration</strong> <i>Number</i></dt>
<dd>Hide animation duration.</dd>

<dt><strong>refreshAniDuration</strong> <i>Number</i></dt>
<dd>Animation duration when updating the tooltip asynchronously.</dd>
</dl>

<h2 id="methods">Methods</h2>
Expand Down
4 changes: 2 additions & 2 deletions src/jquery.poshytip.js
@@ -1,5 +1,5 @@
/*
* Poshy Tip jQuery plugin v1.1
* Poshy Tip jQuery plugin v1.1+
* http://vadikom.com/tools/poshy-tip-jquery-plugin-for-stylish-tooltips/
* Copyright 2010-2011, Vasil Dinkov, http://vadikom.com/
*/
Expand Down Expand Up @@ -465,7 +465,7 @@
slideOffset: 8, // slide animation offset
showAniDuration: 300, // show animation duration - set to 0 if you don't want show animation
hideAniDuration: 300, // hide animation duration - set to 0 if you don't want hide animation
refreshAniDuration: 200 // refresh animation duration - set to 0 if you don't want hide animation
refreshAniDuration: 200 // refresh animation duration - set to 0 if you don't want animation when updating the tooltip asynchronously
};

})(jQuery);

0 comments on commit 895a9fe

Please sign in to comment.