#1094 closed bug (duplicate)
animating non-integer (eg 'px', 'pt') values would not work
Reported by: | stelf | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.3 |
Component: | effects | Version: | 1.1.2 |
Keywords: | animate | Cc: | |
Blocked by: | Blocking: |
Description
topic describes the problem i'm constantly experiencing when trying to animate top, bottom, margin and all similar properties. if i pass a css param containing 'px' - it would not work at all.
Note: See
TracTickets for help on using
tickets.
That's correct - and expected. The animate function only handles numbers as values. There's current a bug open that deals with non-pixel units (#86), I'm going to close this as a duplicate of that ticket.