naver / egjs-persist

Provide cache interface to handle persisted data among history navigation.
https://naver.github.io/egjs-persist/
MIT License
42 stars 10 forks source link

JS-only 360degree car demo #18

Closed vilav closed 6 years ago

vilav commented 7 years ago

Hi

The 360-degree demo on egjs is one of the most performant ones of any JS library out there. Is there a demo / reference of the 360-degree code without a JQuery dependency?

sculove commented 7 years ago

@vilav Are you saying this? https://naver.github.io/egjs-axes/#car-360º-viewer

the egjs-axes don't use jQuery.

vilav commented 7 years ago

@sculove Yup, if i click on the Codepen link below the demo, it shows JQuery in the JS resources. Didn't seem to work without it. Sorry if I missed something there...

screenshot 2017-09-25 22 34 17
sculove commented 7 years ago

@vilav jquery is just used for domready. It is not related to egjs-axes.

Look at this example. https://codepen.io/sculove/pen/Bwpjva

vilav commented 6 years ago

Thanks @sculove! This is awesome In that demo, is there a way to attach a HTML range slider such that when you move the range slider the corresponding visual sequence moves as well? Something similar to this: