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

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -