For example, if you click on a page, a pop-up window will pop up. The content in the pop-up window has a button, and clicking will pop up a dialog box. At this time, the dialog box is not a pop-up effect, but a smooth transition. How to write it?
PHP中文网2017-05-18 10:58:53
To provide an idea, the opacity of the first pop-up window gradually changes from 1 to 0, and the opacity of the second pop-up window gradually changes from 0 to 1.
PHP中文网2017-05-18 10:58:53
Set a time, for example, the pop-up window will be completed within one or two seconds