Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

css3 transitions do not work properly in Firefox #12

Closed
antonjuls opened this issue Dec 28, 2014 · 1 comment
Closed

css3 transitions do not work properly in Firefox #12

antonjuls opened this issue Dec 28, 2014 · 1 comment

Comments

@antonjuls
Copy link

Transitions doesn't work in FF 34.0.5 if there is no "s" after 0 in default transition-delay variable.
https://github.com/neoascetic/compless/blob/master/css3.less#L186

This will solve the issue:
@default-transition-delay: 0s;

Windows 7 x64, Firefox 34.0.5

@neoascetic
Copy link
Owner

Thanks for the report!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants