html5 validator error
-
I’m getting a validation error with the html validator when using mobile menu plugin.
Here’s the error:
Error: CSS: transition: 0 is not a transition value.
At line 494, column 31
(assuming the line numbers aren’t very accurate for you)
Here’s the code:
/* Adds a transition and the resting translate state */↩
.mob-menu-slideout .mobmenu-push-wrap, .mob-menu-slideout .mob-menu-header-holder {↩
↩
-webkit-transition: all 300ms ease 0;↩
-moz-transition: all 300ms ease 0;↩
-o-transition: all 300ms ease 0;↩
transition: all 300ms ease 0;↩Note the 0.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘html5 validator error’ is closed to new replies.