Sha256: 058c880e55b67f3651ac893e3960ccc974fd5bb7c0dbb399cb0c069392f1029b

Contents?: true

Size: 624 Bytes

Versions: 2

Compression:

Stored size: 624 Bytes

Contents

// window smart resize
	on_resize = function (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

2 entries across 2 versions & 1 rubygems

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