ブックマーク / serkanyersen.github.io (1)

  • Ifvisible.js by serkanyersen

    Checks if the current page is visible or not Download .zip Download .tar.gz View on GitHub ifvisible.js Crosbrowser & lightweight way to check if user is looking at the page or interacting with it. Check out the Demo or read below for code example or Check Annotated Sorce // If page is visible right now if( ifvisible.now() ){ // Display pop-up openPopUp(); }

    tmatsuu
    tmatsuu 2013/11/17
    ユーザが今そのページを見ているか判断してくれるJavaScriptライブラリ。アクティブなタブになっているかだけでなく、マウスはキーボードが動いてるかも判断してくれる。ほっほー
  • 1