Commit 15bfb1f7ff94fce01a134327823f3e112dd48c1f

  • avatar
  • maemo <maemo @maemo-…ktop.(none)>
  • Fri Feb 05 18:22:40 CET 2010
Make it go faster
  
77
88// acceleration / deceleration in pixels per millisecond^2
99static const float s_acceleration = 1./300.;
10static const float s_maxVelocity = 1.9;
10static const float s_maxVelocity = 2.8;
1111
1212FlickAnimation::FlickAnimation(WebViewportItem* item)
1313 : m_item(item)