• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
倪殤
博客园    首页    新随笔    联系   管理    订阅  订阅

css3导航渐变 滑过显示动画

要点学习:【web前端25群】群号618237474


双背景设置
body{background:url("images/bg_title.jpg") top center repeat-x,url('images/bg.jpg');}

渐变背景色
#Logo{width:895px; height:45px; margin:50px auto;background-image: -webkit-linear-gradient(rgba(41, 41, 41, 0.75) 0%, rgba(54, 54, 54, 0.72) 50%, rgba(24, 23, 23, 0.94) 51%); border-radius:5px; box-shadow:1px 1px 33px #fff;}

鼠标滑过动画效果
#Logo ul li:hover ul{display:block;-webkit-animation:animated .5s ease;}
@-webkit-keyframes animated
        {
        0%                {-webkit-transform: rotate(0deg);opacity:0;}
        100%        {-webkit-transform: rotate(-360deg);opacity:1;}
        }

posted @ 2017-03-07 15:40  倪殤  阅读(325)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3