0.0
No commit activity in last 3 years
No release in over 3 years
Gem to include AniJS, which helps us to web design without coding.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.11
~> 10.0
 Project Readme

Anijs::Rails

Gem to add animations and web design without coding, You can easily use animations in your Rails application by using this gem.

Installation

Add this line to your application's Gemfile:

gem 'anijs-rails'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install anijs-rails

Usage

  1. Add these lines to your assets.rb file Rails.application.config.assets.precompile += %w( anicollection.css ) Rails.application.config.assets.precompile += %w( anijs-min.js ) adasd

  2. Add these lines to application.html.erb <%= javascript_include_tag 'anijs-min' %> (add this line to bottom of your html file, after tag) <%= stylesheet_link_tag 'anicollection.css' %> (add top of the html file)

  3. Good to go, you can play now. There are lot of syntax (For Example: you can add this attribute data-anijs="if: click, do: flipInY animated" to your html tag for flip in animation)

  4. You can check and use these syntax in anijs.io

Issues

If you have any issues you can report it here issues

License

The gem is available as open source under the terms of the MIT License.