aemon

Results 3 comments of aemon

Fix was to change el.scrollTo() to el.duScrollTo() ~line 122 in animationStep function definition.

It would be nice if zooming and panning were supported in geo contexts as well.

Follwoing up on @chunlampang, specifically the issue is now caused by this section of code: ```javascript function DeckGLOverlay(props: DeckProps) { const overlay = useControl(() => new MapboxOverlay(props)); overlay.setProps(props); return null;...