css - Modal window on html5 + transition -


i use modal windows on html5 menu, transition doesn't work. me find errors.

-webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in; transition: opacity 400ms ease-in; 

and here example in online redactor

your display: none hiding dialog immediately, before transition starts.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -