diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 97c6d990eaa..17a16692915 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -646,6 +646,28 @@
- 10
+
+
+ - Animation off
+ - Animation scale .5x
+ - Animation scale 1x
+ - Animation scale 1.5x
+ - Animation scale 2x
+ - Animation scale 5x
+ - Animation scale 10x
+
+
+
+
+ - 0
+ - .5
+ - 1
+ - 1.5
+ - 2
+ - 5
+ - 10
+
+
- Standard limit
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 988c3aeb90e..842e4e0dcde 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -3516,6 +3516,9 @@
Transition animation scale
+
+ Animator duration scale
+
Apps
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 68e24c40272..8677a4752b5 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -104,6 +104,13 @@
android:entries="@array/transition_animation_scale_entries"
android:entryValues="@array/transition_animation_scale_values" />
+
+