ABeltramo / animate_progressbar

Little add-on for Jquery that animate the value of a progressbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animate Progressbar (Jquery)

Piccolo add-on per Jquery che consente di animare la transizione da un valore all'altro della progressbar.

Utilizzo

.animate_progressbar(value,[duration],[complete])

Dopo aver creato un oggetto progressbar ed aver incluso il file .js basterà utilizzare il metodo .animate_progressbar()

value = valore dove deve arrivare l'indicatore.

duration = tempo in millisecondi del movimento. (opzionale)

complete = funzione da attivare nel momento in cui la funzione ha finito (opzionale)

Stato

Il Progetto è in fase di testing ma risulta abbastanza stabile (Stable)

Licenza

Copyright (C) 2011 Alessandro Beltramo beltramo.ale@gmail.com

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see http://www.gnu.org/licenses/.

About

Little add-on for Jquery that animate the value of a progressbar


Languages

Language:JavaScript 100.0%