Skip to main content

Bug Tracker

Side navigation

#10135 closed bug (invalid)

Opened August 25, 2011 07:58AM UTC

Closed August 25, 2011 01:11PM UTC

Last modified September 02, 2011 05:21AM UTC

bug in css and effects

Reported by: acorp56000@mail.ru Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description
 $('#id').animate({backgroundPosition: '100px 0px'},1000 );

no work in jQuery v. >1.5

//////////////////////////////////////////////

$('#clickme').click(function() {
  $('#book').slideDown('slow', function() {
    // Animation complete.
  });
});

no work in jQuery v. >1.6.2

Attachments (0)
Change History (3)

Changed August 25, 2011 01:11PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed
All animated properties should be animated to a single numeric value, except as noted below; most properties that are non-numeric cannot be animated using basic jQuery functionality. (For example, width, height, or left can be animated but background-color cannot be.) -- http://api.jquery.com/animate

Changed September 02, 2011 05:20AM UTC by anonymous comment:2

No answer there on this issue!

Changed September 02, 2011 05:21AM UTC by anonymous comment:3

нет там ответа по данному вопросу