Home

Awesome

novacancy.js

novacancy.js is a text neon golden effect jQuery plugin.

Demo

<a href='https://chuckyglitch.github.io/novacancy.js/'>Visit demo site</a>

Basic Usage

Just use

$('#no').novacancy();

or detail

$('#no').novacancy({
  'reblinkProbability': 0.1,
  'blinkMin': 0.2,
  'blinkMax': 0.6,
  'loopMin': 8,
  'loopMax': 10,
  'color': '#ffffff',
  'glow': ['0 0 80px #ffffff', '0 0 30px #008000', '0 0 6px #0000ff'],
  'off': 1,
  'blink': 1,
  'classOn': 'on',
  'classOff': 'off',
  'element': 'data',
  'autoOn': true
});

Parameters

colors example:

Hexadecimal: '#ffffff'
RGB: 'rgb(255,255,255)'
RGBA: 'rgba(255,255,255,1)'
Text: 'WHITE'

Control

trigger blink on

$('#no').trigger('blinkOn');

trigger blink off

$('#no').trigger('blinkOff');

License

Copyright (c) 2018 Chuck Chang Licensed under the MIT license

Special Thanks