Elementary: fixed momentum value for zoom test.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66426
This commit is contained in:
Aharon Hillel 2011-12-21 08:48:03 +00:00 committed by Tom Hacohen
parent 984bff7c34
commit 01e2794107
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ zoom_end(void *_po, void *event_info)
p->zoom, p->momentum);
/* Apply the zoom-momentum or zoom out animator */
po->zoom_dx = p->zoom / (zoom_momentum_animation_duration * 1000);
po->zoom_dx = p->momentum / (zoom_momentum_animation_duration * 1000);
if (po->zoom_dx)
{
po->zoom_momentum = elm_transit_add();