]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
added in tip_location comment left and right options 6838/head
authorJonatas Freitas <jonatasfreitasv@gmail.com>
Thu, 13 Aug 2015 05:32:09 +0000 (02:32 -0300)
committerJonatas Freitas <jonatasfreitasv@gmail.com>
Thu, 13 Aug 2015 05:32:09 +0000 (02:32 -0300)
js/foundation/foundation.joyride.js

index 81e6174b8ad4c454fd629334851212183f6aab1d..9ca4e477fe7eec02f440fba7aaebaf1285fdfd13 100644 (file)
@@ -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.