Modify ↓
Ticket #11838 (closed bug: duplicate)
Invalid argument in IE8 and earlier versions
| Reported by: | zbit | Owned by: | zbit |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | css | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Invalid argument in development version at line 8988 and symbol 5.
fx.elem.style[ fx.prop ] = fx.now + fx.unit
Change History
comment:1 Changed 12 months ago by sindresorhus
- Owner set to zbit
- Priority changed from undecided to low
- Status changed from new to pending
comment:2 Changed 12 months ago by zbit
- Status changed from pending to new
In IE8- doesn't work attribute "background-position", only "background-position-(x/y)" in animate. Corrected by identifying the browser and change the attribute.
comment:3 Changed 12 months ago by sindresorhus
- Status changed from new to closed
- Resolution set to duplicate
- Component changed from unfiled to css
comment:6 Changed 12 months ago by rwaldron
It's been fixed. Please see the original that @sindresorhus linked to
comment:7 Changed 12 months ago by anonymous
i added the css.js file, but it doesnt seem to fix the problem, i am not really sure how this fix should be added to the site?
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Why is it invalid?