VirtualTourTransitionOptions: {
    fadeIn?: boolean;
    rotateTo?: Position;
    rotation?: boolean;
    showLoader?: boolean;
    speed?: string | number;
    zoomTo?: number;
}

Behaviour of the transition between nodes

Type declaration

  • OptionalfadeIn?: boolean

    Enable fade-in between nodes

    true
    
  • OptionalrotateTo?: Position

    Define where to rotate the current panorama before switching to the next if not defined it will use the link's position

  • Optionalrotation?: boolean

    Enable rotation in the direction of the next node

    true
    
  • OptionalshowLoader?: boolean

    Show the loader while loading the new panorama

    true
    
  • Optionalspeed?: string | number

    Speed or duration of the transition between nodes

    '20rpm'
    
  • OptionalzoomTo?: number

    Define the new zoom level if not defined it will keep the current zoom level