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

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

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