Sha256: 9ecfe76efe41b8acb6a181044576b90682a10b60f622df1254222a74792c680d

Contents?: true

Size: 621 Bytes

Versions: 1

Compression:

Stored size: 621 Bytes

Contents

// window smart resize
	function on_resize(c,t){onresize=function(){clearTimeout(t);t=setTimeout(c,100)};return c};

	on_resize(function() {
		// fixed left/right hand side column padding bottom and width
			contentFixPushCal();

		// footer push
			footerPush();

		// header height
			headerHeightCal();

		// header nav positioning
			if ($('.header-nav-scroll').length) {
				headerNavPos();
			};

		// tab switch
			$('.tab-nav').each(function() {
				tabSwitch($('.nav > li.active', $(this)), null);
			});

		// tile in view
			if ($('.tile-wrap-animation:not(.isinview)').length) {
				tileInView();
			};
	})();

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
material-sass-0.0.2 app/assets/javascripts/material/winresize.js