I have just starting looking into making my python graphs interactive. Bokeh seems to have a lot of functionality and I am currently trying it out. One thing that I find aesthetically pleasing with the mpld3 library is the smooth zooming after selecting a region with the zoom tool (like in this example). The default behavior in Bokeh seems to be to jump to the zoomed region without without any animation (example, 'wheel zoom' is smooth, but 'box zoom' is not).
Is the smooth zooming feature available in Bokeh and just disabled by default, or is this not implemented?