Skip to content

Instantly share code, notes, and snippets.

View joedeveloper's full-sized avatar

joedeveloper

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Responsive Design Testing</title>
<style>
body { margin: 20px; font-family: sans-serif; overflow-x: scroll; }
.wrapper { width: 6000px; }
.frame { float: left; }
h2 { margin: 0 0 5px 0; }
YUI.add('plugin-panorama', function(Y){
var TRIGGER_CLASS = '.item';
Y.namespace('Plugin').Panorama = Y.Base.create('panorama', Y.Plugin.Base, [], {
_host : null,
_mouseMove : null,