Ian Lunn

Results 24 issues of Ian Lunn

The border effects are applied on the side edges of an element. This means when an effect is applied to an image, the border appears behind. Instead, apply border effects...

enhancement

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,...

General Improvements

A stylesheet with some default styles applied would allow developers to quickly set up a basic theme. This would also be beneficial to people with lesser capabilities trying to better...

Feature

Currently a progress bar has to be implemented with custom code, as seen in the [Apple Style theme](http://ianlunn.github.com/Sequence/themes/apple-style/). Add options and functionality to make a progress bar easier/quicker to implement.

Feature

Currently Sequence can only support keyframe animations when sequences are going forward. Browsers don't support keyframe animations going backwards which means the animations simply pop in and cause Sequence to...

Feature

In the [Basic theme](http://demo.sequencejs.com/basic/) for example, the canvas is animated to reveal each step. To make a step only begin animating one the canvas has been animated, the `phaseThreshold` option...

Feature

## Issue When no elements are watched via the `data-seq` attribute, multiple steps can be moved to the `animate-in` position at the same time. ## Reproduce Using the following HTML:...

Plugin Bug

Seen in the Folio and Photo Stack themes, when navigating backwards and a step is skipped whilst still animating, it briefly pauses before fully animating out.

Plugin Bug