Bug Tracker

Modify

Ticket #10135 (closed bug: invalid)

Opened 22 months ago

Last modified 22 months ago

bug in css and effects

Reported by: acorp56000@… Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.2
Keywords: Cc:
Blocking: Blocked by:

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

Change History

comment:1 Changed 22 months ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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

comment:2 Changed 22 months ago by anonymous

No answer there on this issue!

comment:3 Changed 22 months ago by anonymous

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.