Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dc-notifier-animate

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dc-notifier-animate

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 15 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc