Ian Lunn

Results 24 issues of Ian Lunn

Like Modernizr, add functionality to allow a Sequence element to be given the class `no-js` when JavaScript is disabled. Remove this class when Sequence is initiated. This will make writing...

General Improvements

Currently when a pagination link is clicked, it doesn't become active until its relative step has finished animating in. To provide the user a more immediate result, the pagination link...

General Improvements

## Problem When using the tab key, the user can navigate through step elements but inactive steps can't be seen. In some themes, the browser may move the container to...

Plugin Bug

Add `aria-role="polite"` to sequence container and `aria-hidden="true"` to steps when they aren't active, as well other other aria-roles to Sequence.js themes. Useful resources: - http://accessibility.athena-ict.com/aria/examples/carousel.shtml - http://www.paciellogroup.com/blog/2012/05/html5-accessibility-chops-hidden-and-aria-hidden/

General Improvements

**Dependencies**: `navigationSkip: true`, `fadeStepWhenSkipped: false`, `preventReverseSkipping: false` **Problem**: With the above dependencies, when the user navigates between steps quickly, the `phaseEnded()` and `stepEnded()` do not occur until navigation skipping has...

General Improvements

### Dependencies `navigationSkip: true`, `preventReverseSkipping: false` ### Reproduce Assume all steps transition for 3 seconds. When the user navigates to step 2, then back to step 1 after 1 second,...

General Improvements

**Dependencies** `hashTags: true` **Reproduce** In Chrome 41 for iOS 8.2 and iOS 7.1.2, navigate to several slides so the URL is updated with the hashtag. Now navigate backwards. The URL...

Browser Bug

Add a `resetStepWhenSkipped` option so that when the next step is navigated to whilst the current one is still animating, the current step's animations get reset back to their starting...

Feature

Sequence v2 now has a Yeoman generator for quickly setting up Sequence themes. If you're familiar with Yeoman and would like to contribute, please consider visiting the [generator-sequence todo list](https://github.com/IanLunn/generator-sequence/issues)...

Help Wanted