Skip to content

Commit

Permalink
[Tokens] Updated motion token resources.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 427070157
  • Loading branch information
pekingme authored and raajkumars committed Feb 9, 2022
1 parent e721c46 commit 0de6ad4
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -38,8 +38,7 @@
<integer name="m3_sys_motion_duration_1000">1000</integer>
<string name="m3_sys_motion_easing_legacy" translatable="false">cubic-bezier(0.4, 0.0, 0.2, 1.0)</string>
<string name="m3_sys_motion_easing_linear" translatable="false">cubic-bezier(0.0, 0.0, 1.0, 1.0)</string>
<!-- Resource value below is overridden during conversion. -->
<string name="m3_sys_motion_easing_standard" translatable="false">path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)</string>
<string name="m3_sys_motion_easing_standard" translatable="false">cubic-bezier(0.2, 0.0, 0.0, 1.0)</string>
<!-- Resource value below is overridden during conversion. -->
<string name="m3_sys_motion_easing_emphasized" translatable="false">path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)</string>
<string name="m3_sys_motion_easing_legacy_accelerate" translatable="false">cubic-bezier(0.4, 0.0, 1.0, 1.0)</string>
Expand Down

0 comments on commit 0de6ad4

Please sign in to comment.