Open Bug 1583899 Opened 5 years ago Updated 2 years ago

[Inactive CSS] Display a warning when 'transition-delay' or 'transition-timing-function' are used on non-transitioned elements

Categories

(DevTools :: Inspector: Rules, enhancement, P2)

enhancement

Tracking

(Not tracked)

People

(Reporter: miker, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [importance-17.8%])

Main file:
devtools/server/actors/utils/inactive-property-helper.js

invalidProperties: [
"transition-timing-function",
"transition-delay",
]

inactive-css-does-not-transition = <strong>{ $property }</strong> has no effect on this element since it does not transition.

inactive-css-does-not-transition-fix = Try adding <strong>transition-timing-function</strong> or <strong>transition-delay</strong>. { learn-more }

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.