5.11.2
Full changelog: 5.11.1...5.11.2
New features
- Add new transition effects "black" and "white" for
setPanorama()
method (demo) - New global option
defaultTransition
- virtual-tour: new options to reflect above changes
DEPRECATION NOTICE: the speed
option and the "fade-only"
value of the transition
option for the setPanorama()
method are deprecated. Instead, set transition
as a on object with speed
, rotation
and effect
properties.
Exemple (default values) :
viewer.setPanorama(..., {
transition: { speed: 1500, rotation: true, effect: 'fade' }
});
Bug fixes
- #1471 virtual-tour: fix updateNode in GPS mode
Other changes
Cypress automated tests reports are publicly available: https://psv-cypress-reports.netlify.app