Sha256: 5b93f9d345826bd4cfdd048861d77bb6308ee53ab1d8d1a4e8afbe5fe2bf988a

Contents?: true

Size: 1.12 KB

Versions: 3

Compression:

Stored size: 1.12 KB

Contents

# AnythingSlider for Rails

**AnythingSliderRails**  packages the anything slider jquery plugin and stylesheets and allows you to merely include the required scripts in your manifest in order to start using the plugin.

# Included Javascripts
**minified js files are not included, since the rails asset pipeline sorta necessitates the compiling (and likely minifying) your js files for production**

	jquery.anythingslider.fx.js
	jquery.anythingslider.js
	jquery.anythingslider.video.js
	jquery.easing.1.2.js
	swfobject.js

# Included Stylesheets
	
	animate.css
	anythingslider-ie.css
	anythingslider.css
	theme-construction.css
	theme-cs-portfolio.css
	theme-metallic.css
	theme-minimalist-round.css
	theme-minimalist-square.css

### Installation

This gem should work out of the box. All you have to do is add the gem to your Gemfile: 

	gem 'anything_slider_rails'

Then bundle install or update (depending on if you want to upgrade an older version of this gem).
	
	bundle install
	bundle update
	
In your assets/javascripts/application.js, you will need to add d3 to your manifest:
	
	//= require jquery
	.
	.
	//= require jquery.anythingslider

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
anything_slider_rails-0.0.2 readme.MD
anything_slider_rails-0.0.2 readme.markdown
anything_slider_rails-0.0.1 readme.MD