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 -

java - More than one row with the given identifier was found: 1, for class: com.model.Diagnosis -