WIKI公告栏
欢迎各位引航者访问卡拉彼丘WIKI,由于游客访问页面会有一定的页面旧版缓存,建议你登陆B站账号进行浏览,如果您觉得本WIKI有帮助到你,欢迎推荐给身边的引航者。
全站通知:

用户:16635128/测试css

来自卡拉彼丘WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

/* 导航菜单动画 转自赛马娘WIKI */ .menu-wrap .title_active .wiki-menu-ul-2 { animation: pop 0.3s linear; } .wiki-hoverbox[style*="block"] { animation: pop 0.3s linear; } @keyframes pop { 0% { width: 0; height: 0; } 70% { width:200px; height: auto; } 80% { width: calc(200px + 6px); } 90% { width: calc(200px - 6); } 95% { width: calc(200px + 2px); } 97% { width: calc(200px - 2px); } 100% { width: 200px; height: auto; } }