Skip to content

fadeTo() reported as using deprecated API #360

@bazineta

Description

@bazineta
jquery-migrate.js:100 JQMIGRATE: Use of number-typed values is deprecated in jQuery.fn.css
jquery-migrate.js:102 console.trace
migrateWarn	@	jquery-migrate.js:102
jQuery.fn.css	@	jquery-migrate.js:479
fadeTo	@	jquery.js:7746

In this instance, JQM seems to be reporting that jQuery itself is using a deprecated API, specifically, the use of opacity: 0 in the fadeTo() implementation, i.e., the 0 should be a string, not a number.

Checking to see if this is a false positive, as it seems odd that jQuery itself would be using a deprecated API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions