3dmol / 3Dmol.js

WebGL accelerated JavaScript molecular graphics library
https://3dmol.org/
Other
794 stars 194 forks source link

Using a slider bar to navigate between different models in a pdb #790

Open ebettler opened 3 months ago

ebettler commented 3 months ago

Hi, i have a PDB file with 20 models. I can see different conformations movements. I can load the PDB file and see an animation with theses different frames. Is there a way to have a slider bar to navigate between the models and see one in particular ?

coltonbh commented 2 months ago

Will add here it would be great to support all file formats--basically have an option to the viewer.animate(..) call that is like viewer.animate({loop: "manual"}) and then this gives a slider bar with manual control over the frame :)