华为手表太空人主题

所属分类:其他,输入-动画效果,日期和时间

 11404  70  查看评论 (3)
分享到微信朋友圈
X
华为手表太空人主题 ie兼容9

更新时间:2021-03-29 00:27:01

// 修改原型  
WatchMeter.prototype = {
    constructor: WatchMeter, // 初始化Dom       
    _initDom: function() {
        this.elem = {}
        this.elem.hh = document.getElementById('hh') this.elem.hl = document.getElementById('hl') this.elem.mh = document.getElementById('mh') this.elem.ml = document.getElementById('ml') this.elem.sh = document.getElementById('sh') this.elem.sl = document.getElementById('sl') this.elem.date = document.getElementById('date') this.elem.calendarDate = document.getElementById('calendarDate')
    },
    // 更新     
    update: function() {
        var _this = this setInterval(function() {
            _this._render(_this.date.getDate(), _this.date.getCalendarDate(), _this.date.getTime())
        }, 1000)
    },
    // 渲染       
    _render: function(date, calendarDate, time) {
        this._setNumberImage(this.elem.hh, time[0]) this._setNumberImage(this.elem.hl, time[1]) this._setNumberImage(this.elem.mh, time[2]) this._setNumberImage(this.elem.ml, time[3]) this._setNumberImage(this.elem.sh, time[4]) this._setNumberImage(this.elem.sl, time[5]) this.elem.date.innerText = date[2] + " " + date[0] + "-" + date[1] this.elem.calendarDate.innerText = calendarDate
    },
    // 设置数字图片   
    _setNumberImage: function(elem, value) {
        elem.style.backgroundImage = "url(./assets/img/" + value + ".svg)";
    }
}
相关插件-动画效果,日期和时间

jQuery css3手机页面转换动画特效

jQuery css3手机页面转换动画特效
  动画效果
 40462  452

图片酷炫粒子动画效果

学习es6顺便写的 使用canvas粒子化图片 利用easying.js里面的公式计算粒子动态轨迹方程 x轴方向和y轴方向的公式均可以选择 可以设置粒子运动时间档
  动画效果
 54910  490

3D花束(原创)

纯css书写花束,谁说程序员不懂浪漫
  动画效果
 27704  322

文字漂浮效果

点击按钮后,文字随机浮动,再次点击回到原位。
  动画效果
 49161  495

讨论这个项目(3)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    金志泉WORK 0
    2024/11/1 19:48:35
    真漂亮啊,哈哈💖 回复
    ttole1986 0
    2021/4/24 19:06:47
    好家伙,这速度,脑浆子都甩出来了。。。😥 回复
    阿飞 0
    2021/4/2 8:35:41
    转的太快了吧😀 回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复