You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, April 26th 2022, 8:51pm

Panorama skin transitions velocity

Hi !

I created a panorama(7GB) with a navigation bar.

Everything is working well, but I would like to have slow transitions.

Is it possible??


São Gião (7lab.pt)


My files attached.

Thanks !
psper has attached the following files:
  • pano.xml (1.63 kB - 91 times downloaded - latest: May 12th 2023, 11:38am)
  • skin.xml (26.35 kB - 78 times downloaded - latest: May 12th 2023, 11:39am)

jeromebg

Professional

Posts: 1,116

Location: Angers - France

Occupation: 360 experiences creator

  • Send private message

2

Sunday, May 1st 2022, 1:12pm

if(zoom_out_and_in,
oninterrupt(break);
zoomto(100,smooth(0.25,0.5,0.25));
moveto(get(skin_thumbs.thumb[%1].hlookat),get(skin_thumbs.thumb[%1].vlookat),smooth(0.25,0.5,0.25));
zoomto(get(targetfov),smooth(0.25,0.5,0.25));
,
oninterrupt(break);
lookto(get(skin_thumbs.thumb[%1].hlookat),get(skin_thumbs.thumb[%1].vlookat),get(targetfov),smooth(0.25,0.5,0.25));
);