ractive-transitions-slidehorizontal
v1.0.3
Published
Horizontal slide transition plugin for Ractive
Downloads
2
Maintainers
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
<div intro="slideh: {easing: 'easeIn'}">
as well as
<div intro="slidehorizontal: {easing: 'easeIn'}">
Find more Ractive.js plugins at docs.ractivejs.org/latest/plugins
Usage
Include this file on your page below Ractive, e.g:
<script src='lib/ractive.js'></script>
<script src='lib/ractive-transitions-slidehorizontal.js'></script>
Or, if you're using a module loader, require this module:
// 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 for Grunt.