FLUID-2615: [Progress] Progress should support an option for custom Progress animations

Metadata

Source
FLUID-2615
Type
New Feature
Priority
Major
Status
Open
Resolution
N/A
Assignee
Eli Cochran
Reporter
Eli Cochran
Created
2009-04-23T13:21:16.000-0400
Updated
2009-06-01T18:44:36.000-0400
Versions
  1. 1.0
Fixed Versions
N/A
Component
  1. Progress

Description

Currently the Progress animations are hard coded as a width animation. It wouldn't be hard to override the default width animation with a custom animation that took the percent value, mapped it to some other attributes of an element and then animated that, either using jQuery's animate function or some other code such as Processing.js or something else.

This would allow for effects like:

  • progress which used a different graphic for each percentage
  • progress that changed color value or opacity
  • progress grew larger or smaller in other dimensions than horizontal
  • progress added characters to a string

The choices are limitless