material-components / material-components-android-codelabs

Codelabs for Material Components for Android (MDC-Android)
Apache License 2.0
220 stars 160 forks source link

Interpolator test same as default #79

Open Jacopostortini opened 3 years ago

Jacopostortini commented 3 years ago

When trying to add an interpolator to see the difference we are actually adding the default interpolator so there is no difference

  1. Go to chapter "Tweak motion of front layer" MDC 104 - Add Motion
  2. Try running the code without adding the interpolator and adding the interpolator
  3. See no difference

I expected to see a difference, and I would have seen it if the tutorial had suggested a different interpolator like AccelerateInterpolator, DecelerateInterpolator or LinearInterpolator

Not really a bug, just a consideration to avoid confusion