Sound

description... description... description... description...

$(function() { var type = 'svg'; var two = new Two({ type: Two.Types[type], fullscreen: true, autostart: true }).appendTo(document.getElementById('intro')); _.each(_.range(1400), function(i) { var shape = two.makeRectangle( Math.random() * two.width * 2 - two.width / 2, Math.random() * two.height * 2 - two.height / 2, 10, 10); shape.noStroke().fill = getRandomColor(); shape.rotation = Math.random() * Math.PI * 2; }); var shape = two.makeRectangle(two.width / 2, two.height / 2, 4, 4); shape.fill = '#ececec'; shape.stroke = '#7c7f86'; // Accepts all valid css color shape.linewidth = 0.009; var zui = new ZUI(two); zui.addLimits(1, 300); var zoomAnimation = new TweenLite( $('body'), 5, { ease: SlowMo.ease.config(0.1, 0.8, false) } ); zoomAnimation.eventCallback("onStart", hideLoader); zoomAnimation.eventCallback("onUpdate", zoomInSpace); zoomAnimation.eventCallback("onComplete", finishZooming); function hideLoader(){ $('.lds-ring').fadeOut(); } function zoomInSpace(){ zui.zoomTo(6 * zoomAnimation.ratio, two.width / 2 - 2.01, two.height / 2); } });

Tech

description... description... description... description...

About

me Yotam Tal Employed

I am fully aware of the shortcomings in these essays. I shall not touch upon those which are characteristic of first efforts at investigation. The others, however, demand a word of explanation.