-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smooth transitions #740
Comments
yeah I agree. We implemented the smoothing a bit but I admitted I did not spend much effort in it. I will keep this issue in mind. Thanks. |
I think that this is something that you can do on the javascript side, and would remain when embedding. |
ah, I think either sides is ok. The python side will compute and save the smoothed trajectory coordinates. We can update this chunk of code |
uhm, I still don't know a proper way to smooth a trajectory on the fly in the context of nglview, so I made a "smooth" function so user can "smooth" his/her trajectory. With the code, the animation seems nicer. Thanks @SylvainCorlay for your suggestion.
I admit that I am much more efficient with python code. :( |
For animations, it could be really nice to have smooth interpolation between object positions.
If you check out the demo for ipyvolume here: http://jupyter.org/widgets, you see that even with a very large time step, it makes animations look pretty nice.
The text was updated successfully, but these errors were encountered: