Ticket #2288 (closed enhancement: fixed)

Opened 19 months ago

Last modified 9 months ago

Slider: Add animation support

Reported by: patrickmachado@… Owned by: doughays
Priority: normal Milestone: 1.1
Component: Dijit Version: 0.4.1
Severity: normal Keywords:
Cc:

Description

It would be nice to add animation support for slider.

That means the handle would 'slide' from one position to the other without jumping.

That behavior could be activated using a parameter in markup such as 'animate=true'

I have tested it (modified Slider.js rev 1292 to use dojo.lfx.html.slideTo) and got pretty results.

Since it is a relly easy change, maybe you can consider it.

Change History

Changed 18 months ago by doughays

  • owner changed from bill to doughays

Changed 14 months ago by peller

  • component changed from Widgets to Dijit

Changed 14 months ago by doughays

  • milestone set to 1.0

Changed 11 months ago by bill

  • milestone changed from 1.0 to 1.1

Changed 11 months ago by bill

  • summary changed from Add animation support for slider to Slider: Add animation support

Changed 9 months ago by doughays

  • status changed from new to closed
  • resolution set to fixed

(In [11425]) Fixes #2288. Added slideDuration attribute and added animation call for sliding.

Note: See TracTickets for help on using tickets.