Emanuele Parini

Results 3 issues of Emanuele Parini

Hello, I'm trying to optimize cpu performance using pivotviewer. During my test (with IE 11) I found an odd behaviour: the demo at pivot.lobsterpot.com.au/html5.htm on idle the cpu load is...

Hello, Is there a way to know if the pivotviewer is in the Idle state mode? in TileController, there is a function called AnimateTiles with a variable named 'isAnimating' but...

Hello, is possible to run two instances of pivotviewer in the same page? I have: -Controller1.js: declare var PivotViewer: any; ('#pv1').PivotViewer({ ... }); -Controller2.js: declare var PivotViewer: any; ('#pv2').PivotViewer({ ......