UNPKG

sequencejs

Version:

The responsive CSS animation framework for creating unique sliders, presentations, banners, and other step-based applications.

54 lines (36 loc) 3.3 kB
# Test Theme > Used for Testing Sequence Test Theme is powered by [Sequence.js](http://sequencejs.com/) - The open-source CSS animation framework. Author: [Ian Lunn](https://ianlunn.co.uk/) Email: [hello@ianlunn.co.uk](mailto://hello@ianlunn.co.uk) GitHub: [@IanLunn](https://github.com/IanLunn) Twitter: [@IanLunn](https://twitter.com/IanLunn) License: [MIT](http://opensource.org/licenses/MIT) Copyright (c) 2014 Ian Lunn ## Getting Started 1. Move the `test-theme` directory to the same directory as the page you'd like the theme to appear on. 2. Add the stylesheet within the `<head></head>` tags on your page below existing stylesheets, using the following: `<link rel="stylesheet" href="test-theme/css/sequence-theme.test-theme.css" />` 3. From index.html in the downloaded theme, copy everything inside the <body></body> tags, then paste into the page you'd like the theme to appear on. 4. Add a reference to the Sequence library, its third-party dependencies, and the theme options just before the closing `</body>` element on your page: ```javascript <script src="scripts/third-party/imagesloaded.pkgd.min.js"></script> <script src="scripts/third-party/hammer.min.js"></script> <script src="scripts/sequence.min.js"></script> <script src="scripts/sequence-theme.test-theme.js"></script> ``` 5. From index.html in the downloaded theme, copy everything inside the <body></body> tags, then paste into the page you'd like the theme to appear on. 6. Save your file and upload newly added/modified files to your web server. You're done! A theme's options can be changed in `scripts/sequence-theme.test-theme.js`. See Options in the [documentation](http://www.sequencejs.com/developers/documentation/). ## Support For theme support, please use the following contact details: Email: [info@sequencejs.com](mailto://info@sequencejs.com) Website: [http://sequencejs.com/](http://sequencejs.com/) ## Sequence.js License The [Sequence.js](http://sequencejs.com/) library is made available under the following open-source [MIT license](http://opensource.org/licenses/MIT): > Copyright (c) 2014 Ian Lunn Design Limited > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Sequence themes are made available under their own licenses. Please respect them accordingly. ## Release History *Nothing yet*