jekyll-animate-elements
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:
-
Build the gem - This creates a
.gemfile from the current gemspec:gem build jekyll-animate-elements.gemspec
-
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.Xwith 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.