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. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 动画效果

jquery+CSS3绘制的立体图形动画特效代码

一款很有创意的几何图形动画效果,主要基于css3实现,采用了一点点jquery代码。
  动画效果
 8527  0

javascript基于canvas全屏七夕爱心表白动画特效

一款全屏520示爱气氛动画效果,爱心图片和自定义文字循环闪现、从小变大、左右移动等动画特效。
  动画效果
 41081  0

jquery鼠标悬停图片背景动画特效

一款动感的图片悬停动画效果,将鼠标悬停在图片上,会触发图片突出放大显示,并且带背景动画。
  动画效果
 9479  0

css3 svg气泡加载动画特效

一款白色气泡式加载动画特效代码,纯css3编写,很好看!
  动画效果
 6664  0

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

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