=== Animated Counters === Author URI: http://www.ERALION.com Plugin URI: http://www.ERALION.com Donate link: http://www.ERALION.com Contributors: freeben Tags: Animated Counters 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 Animated Counters shortcodes. == Description == Plugin for Animated Counters shortcodes. * **English** : Add a shortcode to make some animated counters. Make your own animated counter by using the shortcode like this example : [animatedcounter count="100"] You can customize each counter with these options : [animatedcounter count="100" duration="1000"] [animatedcounter count="100" css="my_css_class"] [animatedcounter count="100" id="my_unique_id"] [animatedcounter count="100" color="blue"] [animatedcounter count="100" size="100px"] [animatedcounter count="100" duration="1000" css="my_css_class" id="my_unique_id" color="blue" size="100px"] If you have a problem, you can contact me. * **Français** : Ajoute un shortcode pour créer des compteurs animés. Créez votre compteur animé en utilisant le shortcode comme cet exemple : [animatedcounter count="100"] Vous pouvez personnaliser chaque compteur avec ces options : [animatedcounter count="100" duration="1000"] [animatedcounter count="100" css="my_css_class"] [animatedcounter count="100" id="my_unique_id"] [animatedcounter count="100" color="blue"] [animatedcounter count="100" size="100px"] [animatedcounter count="100" duration="1000" css="my_css_class" id="my_unique_id" color="blue" size="100px"] Si vous rencontrez un soucis, vous pouvez me contacter. == Installation == * **English** : 1. Download animatedcounters.zip from the "download" link on the web page where you're viewing this. 2. Decompress the file contents. 3. Upload the animatedcounters folder to your WordPress plugins directory (/wp-content/plugins/). 4. Activate the Animated Counters plugin from the WordPress back-office. * **Français** : 1. Téléchargez animatedcounters.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 animatedcounters dans votre dossier de plugins (/wp-content/plugins/). 4. Activez le plugin Animated Counters depuis les extentions. == Usage == * **English** : Add a shortcode to make some animated counters. Make your own animated counter by using the shortcode like this example : [animatedcounter count="100"] You can customize each counter with these options : [animatedcounter count="100" duration="1000"] [animatedcounter count="100" css="my_css_class"] [animatedcounter count="100" id="my_unique_id"] [animatedcounter count="100" color="blue"] [animatedcounter count="100" size="100px"] [animatedcounter count="100" duration="1000" css="my_css_class" id="my_unique_id" color="blue" size="100px"] If you have a problem, you can contact me. * **Français** : Ajoute un shortcode pour créer des compteurs animés. Créez votre compteur animé en utilisant le shortcode comme cet exemple : [animatedcounter count="100"] Vous pouvez personnaliser chaque compteur avec ces options : [animatedcounter count="100" duration="1000"] [animatedcounter count="100" css="my_css_class"] [animatedcounter count="100" id="my_unique_id"] [animatedcounter count="100" color="blue"] [animatedcounter count="100" size="100px"] [animatedcounter count="100" duration="1000" css="my_css_class" id="my_unique_id" color="blue" size="100px"] Si vous rencontrez un soucis, vous pouvez me contacter. == Screenshots == 1. Shortcode generator button in WordPress editor 2. Shortcode options == Changelog == = 1.5 = * Now counter only starts when visible on screen = 1.4 = * Load jQuery if not loaded = 1.3 = * Bug fix = 1.2 = * Added DEMO and bug fix = 1.1 = * Added shortcode generator in WordPress editor. * Options added : custom duration, class, id, color, size. = 1.0 = * First public distribution version.