]> source.dussan.org Git - vaadin-framework.git/commit
Grid: touch kinetic scrolling. #18133 #16885 7.5.5
authorManolo Carrasco <manolo@vaadin.com>
Wed, 3 Jun 2015 09:41:59 +0000 (11:41 +0200)
committerHenri Sara <hesara@vaadin.com>
Wed, 2 Sep 2015 07:58:11 +0000 (10:58 +0300)
commitdd515195fd274a89d979402a6f981d2b8c415a48
treec4754b666899d9ccdd161083ad66d3267333046a
parent4494ae037bffa50dc6225595d5d236dfc0f948fc
Grid: touch kinetic scrolling. #18133 #16885

This is a new implementation of scrolling for grid we
have in v-grid.
It uses GWT animations instead of having to deal with
the HTML5 animation framework directly and implements
the concepts of velocity and acceleration.

Change-Id: I2ba7748c0f7a473020fb5bea280b4c4bafab3ba3
client/src/com/vaadin/client/widgets/Escalator.java