Example: css transition visibility .m-fadeOut { visibility: hidden; opacity: 0; transition: visibility 0s linear 300ms, opacity 300ms; } ...
確定! 回上一頁