You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Folks need a way to update the deck after initialization. I'd like to start with an update or refresh method that rebuilds the internal slide array from the current DOM (using the same slideSelector option from init) and fires an event.
The text was updated successfully, but these errors were encountered:
My pull request #161 only satisfies this partly: it just updates the array and does not apply/unapply the DOM styling etc. It works only when called in the initialization phase (beforeInit).
Folks need a way to update the deck after initialization. I'd like to start with an
update
orrefresh
method that rebuilds the internal slide array from the current DOM (using the sameslideSelector
option from init) and fires an event.The text was updated successfully, but these errors were encountered: