fredleblanc / roundabout

A 3D Turntable jQuery Plugin.
645 stars 205 forks source link

makes drop down css navs show up on ipad? #113

Open sproper opened 11 years ago

sproper commented 11 years ago

I literally have it down to the one line of code, it causes my css styles nav to show it's hidden children.

$(this) .data( "roundabout", { startWidth: startWidth || $(this).width(), startHeight: startHeight || $(this).height(), startFontSize: startFontSize || parseInt($(this).css("font-size"), 10), degrees: degrees, backDegrees: methods.normalize.apply(null, [degrees - 180]), childNumber: i, currentScale: 1, parent: self } );

If I hash out degrees: degrees; it works! Not sure what to do about it