Skip to content

andypalmer/dc-notifier-animate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DreamCheeky Notifier Animations

This is a gem for animating the DreamCheeky Email Notifiers. It currently uses a fairly naïve threading implementation, but it works as a proof of concept

Usage

gem install dc-notifier-animate or use Bundler

require 'dreamcheeky/notifier/animate'

x,y = DreamCheeky::Notifier.all # This assumes that we're using at least 2 notifiers
x.breathe(Color::RGB::Blue, 2)
y.breathe(Color::RGB::Lime, 5)

TODO

  • Better threading
  • New Animations
    • Fade between colours
    • Pulse
    • Fade In
    • Fade Out

About

Animated email notifiers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages