Benutzerinformationen überspringen
Beruf: krpano freelancer || creating ideas & coding them || krpano developer
Benutzerinformationen überspringen
Beruf: krpano freelancer || creating ideas & coding them || krpano developer
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 |
no blending = this.krpanoApi.actions.loadxml(this.panoXML, null, 'MERGE', 'NOBLEND'); simple crossblending = this.krpanoApi.actions.loadxml(this.panoXML, null, 'MERGE', 'BLEND(1.0, easeInCubic)'); zoom blend = this.krpanoApi.actions.loadxml(this.panoXML, null, 'MERGE', 'ZOOMBLEND(2.0, 2.0, easeInOutSine)'); black-out = this.krpanoApi.actions.loadxml(this.panoXML, null, 'MERGE', 'COLORBLEND(2.0, 0x000000, easeOutSine)'); white-flash = this.krpanoApi.actions.loadxml(this.panoXML, null, 'MERGE', 'LIGHTBLEND(1.0, 0xFFFFFF, 2.0, linear)'); right-to-left = this.krpanoApi.actions.loadxml(this.panoXML, null, 'MERGE', 'SLIDEBLEND(1.0, 0.0, 0.2, linear)'); top-to-bottom = this.krpanoApi.actions.loadxml(this.panoXML, null, 'MERGE', 'SLIDEBLEND(1.0, 90.0, 0.01, linear)'); diagonal = this.krpanoApi.actions.loadxml(this.panoXML, null, 'MERGE', 'SLIDEBLEND(1.0, 135.0, 0.4, linear)'); circle open = this.krpanoApi.actions.loadxml(this.panoXML, null, 'MERGE', 'OPENBLEND(1.0, 0.0, 0.2, 0.0, linear)'); vertical open = this.krpanoApi.actions.loadxml(this.panoXML, null, 'MERGE', 'OPENBLEND(0.7, 1.0, 0.1, 0.0, linear)'); horizontal open = this.krpanoApi.actions.loadxml(this.panoXML, null, 'MERGE', 'OPENBLEND(1.0, -1.0, 0.3, 0.0, linear)'); elliptic + zoom = this.krpanoApi.actions.loadxml(this.panoXML, null, 'MERGE', 'OPENBLEND(1.0, -0.5, 0.3, 0.8, linear)'); |
How can we obtain google map street view transition effect?