Do you change this in the source of jquery-ui or you overload the method somehow? I suspect this will take care of part of my problem #2 with the slider control: http://groups.google.com/group/jquery-ui/browse_thread/thread/52f0b4f151cc6130/49c16ca997b51f99?hl=en
Kiril On Mar 23, 2:03 pm, locamola <[email protected]> wrote: > Hi there, > since jQuery UI 1.7 the "moveTo" method has been gone so i changed my > scripts to "value". But i found out, that there is no animation, if a > value is set. > > It's a simple change in the value-method since the _setData-function > already uses a given animate-value: > value: function(newValue) { > > if (arguments.length) { > this._setData("value", newValue, > this.options.animate); > this._change(null, 0); > } > > return this._value(); > > }, > > Maybe this should be an optional standard in UI 1.7.2, 'cause why do I > define animate:true if the script don't use it? ;-) > > Cheers > Frank --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
