Closed Bug 1318305 Opened 8 years ago Closed 8 years ago

CSS variables don't work in calc() in animation-delay

Categories

(Core :: CSS Parsing and Computation, defect)

50 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 956573

People

(Reporter: batatspamavert, Unassigned)

References

()

Details

(Keywords: css3)

User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20161104212021

Steps to reproduce:

Created a simple css animation with a delay using calc(var(--variable) / 2)

http://codepen.io/anon/pen/yVVada


Actual results:

Animation starts without delay


Expected results:

Animation should start with a delay
Component: Untriaged → CSS Parsing and Computation
Keywords: css3
Product: Firefox → Core
We don't currently support calc() on animation-delay.  But I think in general we do support variables inside of calc(), other than the cases in bug 1317354.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.