Sha256: 1ac16d25bee9a6c45ac6447999dcf9a0204a72264cc2d10c0b0f8662659579d9
Contents?: true
Size: 373 Bytes
Versions: 31
Compression:
Stored size: 373 Bytes
Contents
/* eslint-disable no-invalid-this */ import Foundation from "foundation-sites" $(() => { // 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) }) } });
Version data entries
31 entries across 31 versions & 1 rubygems