https://github.com/zenflow/ractive-transitions-slidehorizontal
A horizontal slide transition plugin for Ractive.js http://zenflow.github.io/ractive-transitions-slidehorizontal
https://github.com/zenflow/ractive-transitions-slidehorizontal
Last synced: 12 months ago
JSON representation
A horizontal slide transition plugin for Ractive.js http://zenflow.github.io/ractive-transitions-slidehorizontal
- Host: GitHub
- URL: https://github.com/zenflow/ractive-transitions-slidehorizontal
- Owner: zenflow
- License: mit
- Created: 2015-04-23T22:05:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T22:56:15.000Z (over 10 years ago)
- Last Synced: 2025-03-29T17:36:57.992Z (over 1 year ago)
- Language: JavaScript
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Horizontal slide transition plugin for Ractive
A horizontal slide transition seems as useful as a vertical one...
This transition has an alias by the name of 'slideh', so you can do
``` html
```
as well as
``` html
```
[See the demo here.](http://zenflow.github.io/ractive-transitions-slidehorizontal/)
*Find more Ractive.js plugins at [docs.ractivejs.org/latest/plugins](http://docs.ractivejs.org/latest/plugins)*
## Usage
Include this file on your page below Ractive, e.g:
```html
```
Or, if you're using a module loader, require this module:
```js
// requiring the plugin will 'activate' it - no need to use the return value
require( 'ractive-transitions-slidehorizontal' );
```
## License
Copyright (c) 2015 Matthew Francis Brunetti. Licensed MIT
Created with the [Ractive.js plugin template](https://github.com/ractivejs/plugin-template) for Grunt.