Jump to content

Animated Progressbar [jquery widget]


mhmda

Recommended Posts

Hello,

 

Here is another widget that I have created, you can use it in ungui app:

 

bar.png

 

code:

$('#divBar').ProgressBar({
  position:89,
  devide:5,
  title:'250 GB',
  caption:'Free',
  icon:'images/cpuu.png',
  bgcolor:'#f7f6f6',
  clrborder:'#d2d0d0',
  clrstart:'#72c926',
  clrend: '#87de38',
  tfntcolor:'#acacac',
  cfntcolor:'#fcb34d',
  animate:true
});

Online test: http://80.179.68.220:8083

 

Download project: http://3msoft.net/mhmd/ProgressBar.rar

  • Like 1
  • Upvote 3
Link to comment
Share on other sites

  • 5 years later...
  • 1 year later...
On 11/23/2015 at 9:21 PM, mhmda said:

Hello,

 

Here is another widget that I have created, you can use it in ungui app:

 

http://3msoft.net/mhmd/bar.png

 

code:

$('#divBar').ProgressBar({
  position:89,
  devide:5,
  title:'250 GB',
  caption:'Free',
  icon:'images/cpuu.png',
  bgcolor:'#f7f6f6',
  clrborder:'#d2d0d0',
  clrstart:'#72c926',
  clrend: '#87de38',
  tfntcolor:'#acacac',
  cfntcolor:'#fcb34d',
  animate:true
});

Online test: http://80.179.68.220:8083

 

Download project: http://3msoft.net/mhmd/ProgressBar.rar

how to use?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...