An open API service indexing awesome lists of open source software.

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

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.