Can someone explain to me how to control the expose-cover for zurb foundation? If I understand correctly the expose-cover is the grey background overlay that shows up behind the joyride modal.
I have a couple tips not bound to anything and then i have some bound to some ids using the data-id attribute. I expect that when i get to the tips with data-id the expose cover disappears. Instead, it remains.
What am I doing wrong?
<ol class="joyride-list" data-joyride >
<li data-button="Next" data-options="prev_button:false;"><p></p>
</li>
<li data-button="Next" data-prev-text="Prev">
<p></p>
</li>
<li data-button="Next" data-prev-text="Prev">
<p></p>
</li>
<li data-id="next_article_btn" data-button="Next" data-prev-text="Prev" data-options="expose:false; modal:false;">
<p></p>
</li>
<li data-id="prev_article_btn" data-button="Next" data-prev-text="Prev" data-options="expose:false; modal:false;">
<p></p>
</li>
<li data-id="to_top_btn" data-button="Finish" data-prev-text="Prev" data-options="expose:false;">
<p></p>
</li>
</ol>
I don't think the current joyride foundation integration let you change the expose option individually. You can only enable/disable it for the whole joyride.