From: Jonatas Freitas Date: Thu, 13 Aug 2015 05:32:09 +0000 (-0300) Subject: added in tip_location comment left and right options X-Git-Tag: v5.5.3~40^2~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6838%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git added in tip_location comment left and right options --- diff --git a/js/foundation/foundation.joyride.js b/js/foundation/foundation.joyride.js index 81e6174b8..9ca4e477f 100644 --- a/js/foundation/foundation.joyride.js +++ b/js/foundation/foundation.joyride.js @@ -12,7 +12,7 @@ expose : false, // turn on or off the expose feature modal : true, // Whether to cover page with modal during the tour keyboard : true, // enable left, right and esc keystrokes - tip_location : 'bottom', // 'top' or 'bottom' in relation to parent + tip_location : 'bottom', // 'top', 'bottom', 'left' or 'right' in relation to parent nub_position : 'auto', // override on a per tooltip bases scroll_speed : 1500, // Page scrolling speed in milliseconds, 0 = no scroll animation scroll_animation : 'linear', // supports 'swing' and 'linear', extend with jQuery UI.