forgot to make window of smoothing configurable. fix minor macro
[framework/uifw/elementary.git] / config / standard / base.src
index 3b18fa1..b9aa1e4 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.15;
   value "scale" double: 1.0;
   value "bgpixmap" int: 0;
   value "compositing" int: 1;