Skip to content

george-gca/jekyll-animate-elements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Use css animations to consecutively animate html elements.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors