# thoughtUtils **Repository Path**: tker/thoughtUtils ## Basic Information - **Project Name**: thoughtUtils - **Description**: 常用工具库 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # thoughtUtils 常用工具库 ## JavaScript 1. cookie.js 常用cookie操作 2. bindEvent.js 通用事件绑定函数 3. deepClone.js 对象深copy 4. getFirstAndLastDay.js 获取一周或一个月的第一天和最后一天 5. scrollTop.js 回到顶部 6. requestAnimationFrame.js 在游览器不支持requestAnimationFrame 的情况下使用 setTimeout 来模拟 7. tween.js 缓动动画 8. ## CSS 1. 清除浮动 2. 盒子模型 ## Vue 1. Vue-Echarts ## Demos 1. ball requestAnimationFrame实现小球落地缓动效果 2. websocket spring的websocket实现