Sha256: d7e3bbcf8783edb47db7f08e59aee49c34c1589a1619e8f5cf8f4bcba9b4c159
Contents?: true
Size: 411 Bytes
Versions: 34
Compression:
Stored size: 411 Bytes
Contents
/* eslint-disable no-invalid-this */ ((exports) => { const { Foundation } = exports; $(() => { // True if small devices if (!Foundation.MediaQuery.atLeast("medium")) { const $speaker = $(".js-conference") $speaker.hover(function () { const top = $(window).scrollTop() + ($(window).height() * 0.1) $(this).find(".js-bio").css("top", top) }) } }); })(window)
Version data entries
34 entries across 34 versions & 1 rubygems