3
我正在玩Zurb的Foundation Joyride插件並查看可能的選項。我已經做了一些工作,但不知道其中一個選項的作用。用於Foundation Joyride tip_location_patterns選項?
tip_location_patterns: {
top: ['bottom'],
bottom: [], // bottom should not need to be repositioned
left: ['right', 'top', 'bottom'],
right: ['left', 'top', 'bottom']
}
我不能爲我的生活弄清楚這些選項應該改變什麼。試圖改變他們在我的項目代碼什麼也不做,沒有人有任何想法這是什麼目的,以及如何讓它正常工作?
https://github.com/zurb/foundation/blob/master/js/foundation/foundation.joyride.js