华为手表太空人主题

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

 11203  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)";
    }
}
相关插件-动画效果,日期和时间

HTML5+CSS3音量调节旋转按钮

可以拨动让物体旋转,很不错
  动画效果
 41401  382

CSS3按钮发光动画 绚丽多彩

CSS3按钮发光动画 绚丽多彩
  动画效果
 51154  420

jQuery canvas实现圣诞下雪效果

canvas实现圣诞下雪效果,这个下雪效果有点炫.
  动画效果
 37919  383

love

程序员之间的故事
  动画效果
 38988  622

讨论这个项目(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
    转的太快了吧😀 回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复