=== Neon text ===
Author URI: https://www.ERALION.com
Plugin URI: https://www.ERALION.com
Donate link: https://www.ERALION.com
Contributors: freeben,chuckyglitch
Tags: Neon text
Requires at least: 4.1
Tested up to: 5.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: Plugin for neon text effect.
== Description ==
Plugin for neon text effect.
* **English** :
Add a shortcode to write with neon effect.
This plugin uses chuckyglitch's jQuery script "novacancy" (https://github.com/chuckyglitch/novacancy.js) and makes it easy to use with shortcodes.
Usage exemple :
[neontext_box]
[neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #66ffff,0 0 6px #0000ff"]welcome[/neontext]
[neontext color="red" blink="1" off="1" glow="0 0 80px Red,0 0 30px FireBrick,0 0 6px DarkRed"]on[/neontext]
[neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #ffd1b3,0 0 6px #ff6600"]wordpress[/neontext]
[/neontext_box]
Options :
- reblinkProbability: probability of reblink(0 to 1), Number, optional, default: (1/3)
- blinkMin: time(sec.) of minimum blink, Number, optional, default: 0.01
- blinkMax: time(sec.) of maximum blink, Number, optional, default: 0.5
- loopMin: time(sec.) of minimum trigger blink, Number, optional, default: 0.5
- loopMax: time(sec.) of maximum trigger blink, Number, optional, default: 2
- color: colors, String, optional default: 'ORANGE'.
- glow: array of text-shadow colors, Array, optional, default: ['0 0 80px Orange', '0 0 30px Red', '0 0 6px Yellow'].
- off: amount of off chars, Number, optional, default: 0
- blink: amount of blink chars, Number, optional, default: 0, (0 means all chars)
If you have a problem, you can contact me.
* **Français** :
Ajoute un shortcode pour écrire des tests avec un effet néon.
Ce plugin utilise le script jQuery "novacancy" de chuckyglitch (https://github.com/chuckyglitch/novacancy.js) et le rend plus facile à utiliser grâce aux shortcodes.
Exemple d'utilisation :
[neontext_box]
[neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #66ffff,0 0 6px #0000ff"]bienvenue[/neontext]
[neontext color="red" blink="1" off="1" glow="0 0 80px Red,0 0 30px FireBrick,0 0 6px DarkRed"]sur[/neontext]
[neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #ffd1b3,0 0 6px #ff6600"]wordpress[/neontext]
[/neontext_box]
Si vous rencontrez un soucis, vous pouvez me contacter.
== Installation ==
* **English** :
1. Download neon-text.zip from the "download" link on the web page where you're viewing this.
2. Decompress the file contents.
3. Upload the neon-text folder to your WordPress plugins directory (/wp-content/plugins/).
4. Activate the Neon text plugin from the WordPress back-office.
* **Français** :
1. Téléchargez neon-text.zip sur le lien de téléchargement sur cette même page.
2. Décompressez l'archive téléchargée.
3. Mettez en ligne le dossier neon-text dans votre dossier de plugins (/wp-content/plugins/).
4. Activez le plugin Neon text depuis les extentions.
== Usage ==
* **English** :
Usage exemple :
[neontext_box]
[neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #66ffff,0 0 6px #0000ff"]welcome[/neontext]
[neontext color="red" blink="1" off="1" glow="0 0 80px Red,0 0 30px FireBrick,0 0 6px DarkRed"]on[/neontext]
[neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #ffd1b3,0 0 6px #ff6600"]wordpress[/neontext]
[/neontext_box]
Options :
- reblinkProbability: probability of reblink(0 to 1), Number, optional, default: (1/3)
- blinkMin: time(sec.) of minimum blink, Number, optional, default: 0.01
- blinkMax: time(sec.) of maximum blink, Number, optional, default: 0.5
- loopMin: time(sec.) of minimum trigger blink, Number, optional, default: 0.5
- loopMax: time(sec.) of maximum trigger blink, Number, optional, default: 2
- color: colors, String, optional default: 'ORANGE'. set null to disable.
- glow: array of text-shadow colors, Array, optional, default: ['0 0 80px Orange', '0 0 30px Red', '0 0 6px Yellow']. set null to disable.
- off: amount of off chars, Number, optional, default: 0
- blink: amount of blink chars, Number, optional, default: 0, (0 means all chars)
- classOn: class name of on chars, String, optional default: 'on'
- classOff: class name of off chars, String, optional default: 'off'
- element: split content by element, default: data
- autoOn: blink on at start, Boolean, optional, default: true
If you have a problem, you can contact me.
* **Français** :
Exemple d'utilisation :
[neontext_box]
[neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #66ffff,0 0 6px #0000ff"]bienvenue[/neontext]
[neontext color="red" blink="1" off="1" glow="0 0 80px Red,0 0 30px FireBrick,0 0 6px DarkRed"]sur[/neontext]
[neontext color="#ffffff" reblinkprobability="0.1" blinkmin="0.2" blinkmax="0.6" loopmin="8" loopmax="10" glow="0 0 80px #ffffff,0 0 30px #ffd1b3,0 0 6px #ff6600"]wordpress[/neontext]
[/neontext_box]
Si vous rencontrez un soucis, vous pouvez me contacter.
== Changelog ==
= 1.0 =
* First public distribution version.