Action 1 finished go action 2

  • my pano starts a little planet and go to normal view

    I would like to hotspot visible=true when the normal view is over.

  • tween(variable,destinationvalue,time*,tweentype*,donecall*) - https://krpano.com/docu/actions/#tween

    When the tween was done and the value of the variable has reached the destination value then the donecall actions will be called / executed.

    <action name="normalview">
    tween(view.hlookat, 27.28, 1.5, easeInOutQuad );
    tween(view.vlookat, 21, 1.5, easeInOutQuad );
    tween(view.fov, 80, 1.5, easeInOutQuad );
    tween(view.fovmax, 80, 1.5, easeInOutQuad );
    tween(view.fisheye, 0.0, 1.5, easeInOutQuad,hotspot());
    </action>

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!