Merge branch 'upstream'
[framework/uifw/elementary.git] / config / slp / base.src
index 171fb6d..715084b 100644 (file)
@@ -12,6 +12,10 @@ group "Elm_Config" struct {
   value "bring_in_scroll_friction" double: 0.5;
   value "zoom_friction" double: 0.5;
   value "thumbscroll_border_friction" double: 0.5;
+  value "scroll_smooth_amount" double: 0.0;
+  value "scroll_smooth_history_weight" double: 0.3;
+  value "scroll_smooth_future_time" double: 0.0;
+  value "scroll_smooth_time_window" double: 0.2;
   value "scroll_smooth_time_interval" double: 0.008;
   value "scale" double: 1.0;
   value "bgpixmap" int: 0;