I'm playing around with Zurb's Foundation Joyride plugin and looking through the possible options. I've gotten some working but have no idea what one of the options does.
tip_location_patterns: {
top: ['bottom'],
bottom: [], // bottom should not need to be repositioned
left: ['right', 'top', 'bottom'],
right: ['left', 'top', 'bottom']
}
I cannot for the life of me figure out what these options are supposed to alter. Attempting to alter them in my project code does nothing, does anyone have any ideas what the purpose is of this, and how to get it working properly?
https://github.com/zurb/foundation/blob/master/js/foundation/foundation.joyride.js