js+css创建的3D立体杯子旋转动画特效代码

所属分类: 网页特效-动画效果    2024-03-21 02:02:34

js+css创建的3D立体杯子旋转动画特效代码 ie兼容6
 查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

js+css创建的3D立体杯子旋转动画特效代码(共3个文件)

    • index.html

使用方法

function clickFunc(e){
  temp = e.target.parentNode.parentNode;
  temp.getElementsByClassName("fillCup")[0].style.animationName = "none";
  temp.getElementsByClassName("coffeeFoam")[0].style.animationName = "none";
  temp.getElementsByClassName("innerWrapper")[0].style.animationName = "none";
  temp.getElementsByClassName("shadowDiv")[0].style.animationName = "none";
  var x = temp.getElementsByClassName("handleDiv");
  for (var i = 0; i < x.length; i++) {
    x[i].style.animationName = "none";
  }
  setTimeout(function(){
    temp.getElementsByClassName("fillCup")[0].style.animationName = "";
    temp.getElementsByClassName("fillCup")[0].style.animationPlayState = "running";
    temp.getElementsByClassName("coffeeFoam")[0].style.animationName = "";
    temp.getElementsByClassName("coffeeFoam")[0].style.animationPlayState = "running";
    temp.getElementsByClassName("innerWrapper")[0].style.animationName = "";
    temp.getElementsByClassName("innerWrapper")[0].style.animationPlayState = "running";
    temp.getElementsByClassName("shadowDiv")[0].style.animationName = "";
    temp.getElementsByClassName("shadowDiv")[0].style.animationPlayState = "running";
    var x = temp.getElementsByClassName("handleDiv");
    for (var i = 0; i < x.length; i++) {
      x[i].style.animationName = "";
      x[i].style.animationPlayState = "running";
    }
  }, 50);

}

站长提示:
1. 苦力吧素材官方QQ群:950875342
2. 平台上所有素材资源,需注册登录会员方能正常下载。
3. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励2K币
4. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
5. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 动画效果

javascript鼠标跟随五彩缤纷烟花动画特效

基于SVG和VanillaJS创建的Sparkle Motion效果。鼠标移动时产生了五颜六色的烟花特效。鼠标点击、移动或触摸手势后会产生烟花特效。
  动画效果
 21164  0

javascript创建带水平滑块的时速表特效

一款带动画效果可定制的时速表插件,集成了三种不同风格,鼠标滑动进度滑块,可触发时速表指针动画跑动。
  动画效果
 3666  0

15种CSS实现的鼠标悬停动画特效

15种不同的纯CSS悬停效果,包括翻转、开门动画、展开、波浪、旋转动画,按钮的背景颜色和大小可根据自己的需求自定义设置。
  动画效果
 8922  0

jquery鼠标点击波纹点击特效

一款鼠标点击波浪动画效果代码,可绑定任意DIV或button按钮,简单实用。
  动画效果
 1852  0

评论数(0) 回复有机会获得K币 用户协议

^_^ 还没有人评论,快来抢个沙发!
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论