Sha256: 3a40e9e5c4ac07fe048cd393573e92b909be3d840a39e6dc1d25cb4bf1e5ed11

Contents?: true

Size: 486 Bytes

Versions: 40

Compression:

Stored size: 486 Bytes

Contents

// Author: Ray-Eldath
// refer to:
//  - https://github.com/theme-next/hexo-theme-next/blob/master/source/js/src/utils.js

class utils {
  static getContentVisibilityHeight() {
    var docHeight = $('.visible').height(),
      winHeight = $(window).height(),
      contentVisibilityHeight = (docHeight > winHeight) ? (docHeight - winHeight) : ($(document).height() - winHeight);
    return contentVisibilityHeight;
  }

  static isMobile() {
    return window.screen.width < 767;
  }
}

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
jekyll-theme-h2o-ac-1.1.15 assets/js/util.js
jekyll-theme-h2o-ac-1.1.14 assets/js/util.js
jekyll-theme-h2o-ac-1.1.13 assets/js/util.js
jekyll-theme-h2o-ac-1.1.12 assets/js/util.js
jekyll-theme-h2o-ac-1.1.11 assets/js/util.js
jekyll-theme-h2o-ac-1.1.10 assets/js/util.js
jekyll-theme-h2o-ac-1.1.9 assets/js/util.js
jekyll-theme-h2o-ac-1.1.8 assets/js/util.js
jekyll-theme-h2o-ac-1.1.7 assets/js/util.js
jekyll-theme-h2o-ac-1.1.6 assets/js/util.js
jekyll-theme-h2o-ac-1.1.5 assets/js/util.js
jekyll-theme-h2o-ac-1.1.4 assets/js/util.js
jekyll-theme-h2o-ac-1.1.3 assets/js/util.js
jekyll-theme-h2o-ac-1.1.2 assets/js/util.js
jekyll-theme-h2o-ac-1.1.1 assets/js/util.js
jekyll-theme-h2o-ac-1.1.0 assets/js/util.js
jekyll-theme-h2o-ac-1.0.19 assets/js/util.js
jekyll-theme-h2o-ac-1.0.18 assets/js/util.js
jekyll-theme-h2o-ac-1.0.17 assets/js/util.js
jekyll-theme-h2o-ac-1.0.16 assets/js/util.js