No commit activity in last 3 years
No release in over 3 years
Threaded animations for the DreamCheeky Email Notifier
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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