摘要:
我们经常使用css3中的animation动画,比如这样: .fadeIn{ animation: fadeIn .5s ease 1s both; } @keyframes fadeIn{ from{ opacity:0; } to{ opacity:1 } } 这样就实现了延时1s,一共0.5s 阅读全文
posted @ 2022-06-06 10:52
木子欢儿
阅读(258)
评论(0)
推荐(0)
摘要:
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, 阅读全文
posted @ 2022-06-06 09:50
木子欢儿
阅读(525)
评论(0)
推荐(0)

浙公网安备 33010602011771号