commit
11294a64d7
5
prezi.js
5
prezi.js
|
@ -324,6 +324,11 @@ var Prezi = (function (my) {
|
||||||
$(document).bind('gotoslide.muc', function (event, jid, presUrl, current) {
|
$(document).bind('gotoslide.muc', function (event, jid, presUrl, current) {
|
||||||
if (preziPlayer) {
|
if (preziPlayer) {
|
||||||
preziPlayer.flyToStep(current);
|
preziPlayer.flyToStep(current);
|
||||||
|
//
|
||||||
|
var animationStepsArray = preziPlayer.getAnimationCountOnSteps();
|
||||||
|
for (var i = 0; i <= animationStepsArray[current]; i++) {
|
||||||
|
preziPlayer.flyToNextStep();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue