team4909/The-Green-Alliance

Add Capability of Switching Between App Pages Throughout Match

Closed this issue · 1 comments

Potentially through jquery for the different HTML data pages

The code should already be set up to work with this: http://www.jquery-steps.com

take a look at https://github.com/The-Green-Alliance/2018-Core/blob/master/app/www/js/main.js#L130-L199

$('#wizard_horizontal').steps({
        headerTag: 'h2',
        bodyTag: 'section',
        transitionEffect: 'slideLeft',
        onFinished: function (event, currentIndex) { . . . }
});

that's how we implemented it last year