Sequence
Sequence copied to clipboard
The responsive CSS animation framework for creating unique sliders, presentations, banners, and other step-based applications.
i have aded sequence.js to a php page.its libraries like sequence.js and hammer and others. div with id as sequence and ul of clas seq-canvas and some li elements. and...
Hi, I can set the order of the slides as random? I sought this information in the documentation, but not found.
I have a rather long out/exit animation and I want to hold off sequence changing to next step until the animation is over. So for example, if animation takes 2...
Hi, Ian, great job!! I love the work you made for the Cyclemon homepage http://cyclemon.com and I wanted to make something like that. When I saw the sequence.js development I've...
Hi, I've got some errors in a test sequence with svg in it when viewed in Edge. The error is in resetInheritedSpeed function at line 1962 in sequence.js I've changed...
I'm using [SmoothState](https://github.com/miguel-perez/smoothState.js) on a website. Most of the content will be injected with ajax. SmoothState provides me with some hooks: - **onBefore** - Runs before a page load has...
Excellent plugin you've built here. Just fantastic. I'm only having one issue, really. Inside my li tags, I've got an element that has a link attributed to it. So: ```...
A feature i think would be very useful for server side implementations would be to allow the usage of HTML5 data-\* attributes to set the options directly in the HTML...
It is most likely that multiple transitions on the same element won't work correctly when transitions are reversed. Example code: ``` .some-element { color: red; left: 0; transition: color 1s,...