Skip to content

possible to make sequence mode one-way? #2499

Answered by iangilman
nancyxyzou asked this question in Q&A
Discussion options

You must be logged in to vote

Interesting! No, we don't have a feature for that. Sequence mode is pretty simple, though... You could easily write your own version of it.

Looking at the code, you might also be able to get away with something like:

viewer.removeControl(viewer.previousButton.element);
delete viewer.previousButton;

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nancyxyzou
Comment options

Answer selected by nancyxyzou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants