No release in over a year
Use css animations to consecutively animate html elements in a Jekyll page.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

Runtime

>= 3.6, < 5.0
 Project Readme

jekyll-animate-elements

Gem Version

Use css animations to consecutively animate html elements in a Jekyll page, inspired by this excellent post by Anthony Fu.

Building and Releasing a New Version

To build and release a new gem version:

  1. Build the gem - This creates a .gem file from the current gemspec:

    gem build jekyll-animate-elements.gemspec
  2. Push to RubyGems - This publishes the gem to RubyGems.org, making it available for installation:

    gem push jekyll-animate-elements-X.X.X.gem

    Replace X.X.X with the actual version number (e.g., jekyll-animate-elements-0.0.6.gem).

The version number should be updated in lib/jekyll-animate-elements/version.rb before building.