You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-45Lines changed: 1 addition & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Sequence [](https://flattr.com/submit/auto?user_id=IanLunn&url=https://github.com/IanLunn/Sequence&title=Sequence&language=english&tags=github&category=software)
2
2
=====================
3
3
4
-
> CSS animation framework for creating responsive sliders, presentations, banners, and other step-based applications.
4
+
> JavaScript library that provides a simple CSS framework for creating unique, animated themes for sliders, presentations, banners, accordions, and other step-based applications.
5
5
6
6
See the [introduction](http://ianlunn.github.io/Sequence/) and [pre-made themes](http://sequencejs.com/).
7
7
@@ -28,22 +28,6 @@ See the [introduction](http://ianlunn.github.io/Sequence/) and [pre-made themes]
28
28
29
29
The key philosophy for Sequence is to aid you in creating your animated step-based application without getting in the way of how you or a web browser work. Create content and then animate it using the HTML and CSS you're used to. There's no special syntax to learn, no limitations on the elements you can use, and no heavy JavaScript implementations recreating what the browser is already capable of.
30
30
31
-
## Demo Themes
32
-
33
-
The following themes are packaged with the Sequence download package:
34
-
35
-
-[Intro](http://ianlunn.github.io/Sequence/themes/intro-theme/) - The theme used to introduce Sequence
36
-
-[Modern Slide In](http://ianlunn.github.io/Sequence/themes/modern-slide-in/) - A minimalist theme for showcasing products
37
-
-[Pop Slide](http://ianlunn.github.io/Sequence/themes/pop-slide/) - A colourful slider with highlighted pagination
38
-
-[Cube](http://ianlunn.github.io/Sequence/themes/cube) - A basic 3D cube that spins on the Y axis
39
-
-[Basic](http://ianlunn.github.io/Sequence/themes/basic/) - A basic slider that moves side to side
40
-
-[Test Theme](http://ianlunn.github.io/Sequence/themes/test-theme/) - Used for Testing Sequence.js and its API
41
-
-[Multiple Test Theme](http://ianlunn.github.io/Sequence/themes/mmultiple-test/) - A theme to test multiple instances of Sequence
42
-
43
-
Additional themes are made available on the [Sequence Theme Store](http://sequencejs.com/themes/)
44
-
45
-
Head to the [showcase](https://github.com/IanLunn/Sequence/wiki/Showcase) to see themes others have created.
46
-
47
31
## Getting Started
48
32
49
33
To get started [download](https://github.com/IanLunn/Sequence#download) Sequence and then head to the [documentation](https://github.com/IanLunn/Sequence/wiki/Documentation). If you'd like to contribute to Sequence's development, please see the [contributing](https://github.com/IanLunn/Sequence/blob/master/contributing.md) guidelines.
@@ -76,34 +60,6 @@ Sequence's browser testing environment is provided by <a href="http://browsersta
Sequence v1 was first conceived in 2011 by [Ian Lunn](http://ianlunn.co.uk/) whilst he was recreating an animated effect used on the Apple iPhone 4 website. In creating the demo he realised the limited script had far more
82
-
potential if its animations could be written via CSS instead of JavaScript. This would allow developers to easily create their own animations that were completely separate from the logic of the script itself.
83
-
84
-
CSS animations were still quite new at the time so after a lot of battling with browser support, Ian released the first version of Sequence in February 2012 under an open-source MIT License.
85
-
86
-
Sequence grew in popularity and was updated with bug fixes and minor features for the next 18 months.
87
-
88
-
In early 2014, Ian began working on Sequence 2.0.0. This addressed version 1's biggest limitations and issues; the requirement of having to animate all top-level elements, improved touch support, and so on.
89
-
90
-
Sequence 2.0.0 was released in July 2014.
91
-
92
-
For a complete list of changes, see the [CHANGELOG](https://github.com/IanLunn/Sequence/blob/master/CHANGELOG.md).
93
-
94
-
## Limitations
95
-
96
-
Sometimes when choosing a library, its better to know what it *doesn't* do to enable you to make the decision to use it in a project. Although we've made Sequence as good as it can possibly be, we've tried to keep its scope tight, as such, there are some limitations:
97
-
98
-
### AJAX Support
99
-
100
-
If you're planning on using AJAX in your project, know that Sequence can be initiated and destroyed whenever necessary, meaning it can be loaded on a page via AJAX after the page load event. However, at present Sequence doesn't allow for loading additional steps via AJAX.
101
-
102
-
### 3D Transform Support
103
-
104
-
At present, some browsers don't fully support CSS 3D transforms.
105
-
Internet Explorer 10 and 11 don't support `preserve-3d` and as such, are forced into fallback mode when the use of CSS 3D transforms are detected.
106
-
107
63
## License
108
64
109
65
Sequence is made available under a [MIT License](https://github.com/IanLunn/Sequence/blob/master/LICENSE.md).
Copy file name to clipboardExpand all lines: bower.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "sequencejs",
3
-
"description": "CSS animation framework for creating responsive sliders, presentations, banners, and other step-based applications.",
4
-
"version": "2.0.0-pre.1",
3
+
"description": "JavaScript library that provides a simple CSS framework to create your own unique, animated themes for sliders, presentations, banners, accordions, and other step-based applications.",
Copy file name to clipboardExpand all lines: package.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "sequencejs",
3
-
"description": "CSS animation framework for creating responsive sliders, presentations, banners, and other step-based applications.",
4
-
"version": "2.0.0-pre.1",
3
+
"description": "JavaScript library that provides a simple CSS framework to create your own unique, animated themes for sliders, presentations, banners, accordions, and other step-based applications.",
0 commit comments