seq-theme-modern-slide-in
Version:
A minimalist theme for showcasing products
35 lines (31 loc) • 1.05 kB
JavaScript
/**
* Theme Name: Modern Slide In
* Version: 2.0.0
* Theme URL: http://sequencejs.com/themes/modern-slide-in/
*
* A minimalist theme for showcasing products
*
* This theme is powered by Sequence.js - The
* responsive CSS animation framework for creating unique sliders,
* presentations, banners, and other step-based applications.
*
* Author: Ian Lunn
* Author URL: http://ianlunn.co.uk/
*
* Theme License: http://sequencejs.com/licenses/#free-theme
* Sequence.js Licenses: http://sequencejs.com/licenses/
*
* Copyright © 2015 Ian Lunn Design Limited unless otherwise stated.
*/
// Get the Sequence element
var sequenceElement = document.getElementById("sequence");
// Place your Sequence options here to override defaults
// See: http://sequencejs.com/documentation/#options
var options = {
animateCanvas: false,
phaseThreshold: false,
preloader: true,
reverseWhenNavigatingBackwards: true
}
// Launch Sequence on the element, and with the options we specified above
var mySequence = sequence(sequenceElement, options);