Skip to content

Commit

Permalink
Implemented canvas animation. Included new theme 'cube-x'.
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLunn committed Jun 18, 2014
1 parent 8ce305d commit 95c43bb
Show file tree
Hide file tree
Showing 81 changed files with 1,232 additions and 10,064 deletions.
379 changes: 245 additions & 134 deletions DOCUMENTATION.md

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The key philosophy for Sequence is to aid you in creating your animated applicat
- Basic
- Modern Slide In
- Pop Slide
- Cube X
- Test Theme

## Features
Expand All @@ -28,6 +29,7 @@ Sequence is packed full of features:
- No limitations on CSS or HTML you can use
- Auto play
- Animate canvas as well as content
- Optimized for 60FPS animations
- next/previous/pause buttons and pagination support
- Preloader
- Touch support
Expand Down Expand Up @@ -62,13 +64,10 @@ Where possible, `src/sequence.js` contains `// TODO` comments showing functional

The following is a complete list of the work still needed to be carried out to reach a stable version ready for launch:

1. Implement 2D/3D canvas animation
- Clear all [listed bugs](https://github.com/IanLunn/Sequence/issues?milestone=11&state=open)
1. Clear all [listed bugs](https://github.com/IanLunn/Sequence/issues?milestone=11&state=open)
- keyNavigation should only work when Sequence has focus
- Implement reverse animations for the `reverseWhenNavigatingBackwards` option
- Remove event for hashChange when using IE
- Implement ability to remove the Hammer event
- Implement `destroy()`
- Implement AMD/Require.js support
- Make `_getAnimationMap.destroyClone()` IE7 compatible
- Make `_ui.getElement()` IE7 compatible
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sequence",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "The CSS Animation Framework",
"license": "MIT",
"homepage": "https://github.com/IanLunn/Sequence",
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<li><a href="themes/basic/" title="Basic Sequence Theme">Basic</a></li>
<li><a href="themes/modern-slide-in/" title="Modern Slide In Sequence Theme">Modern Slide In</a></li>
<li><a href="themes/pop-slide/" title="Pop Slide Sequence Theme">Pop Slide</a></li>
<li><a href="themes/cube-x/" title="Cube X Sequence Theme">Cube X</a></li>
<li><a href="themes/test-theme/" title="Test Theme Sequence Theme">Test Theme</a></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sequence",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"author": "Ian Lunn",
"description": "Sequence v2 Pre-alpha",
"license": "MIT",
Expand Down
Loading

0 comments on commit 95c43bb

Please sign in to comment.