Title:
淡入淡出效果
[Print this page]
Author:
com
Time:
2023-3-7 22:50
Title:
淡入淡出效果
<style>
body {
animation: fadeInAnimation ease 2s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
</style>
Welcome AbyssalSwamp (http://cloud.caffz.com:12345/mud/AbyssalSwamp/index/)
caffz.com