Giter Club home page Giter Club logo

dock's Introduction

dock's People

Contributors

monkindey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dock's Issues

A little bug when my mouse move out from the top of the dock

国庆才来打台风~ f**k!

鼠标从 dock 的上方移出的时候,icons 不可以恢复原来的大小,最简单粗暴的方法就是监听 onmouseleave 方法,直接变回原来大小。但是过渡会很生硬~ 

// index.js

function initEvent () {
  // ...
  dockWrap.onmouseleave = function (e) {
    for (i = 0; i < imgAmount; i++) {
      img[i].width = originalWidth[i] * 0.5;
    }
  }
}

师兄师兄,这届5个人,有三个师妹,快回来分享~ 😏

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.