diff --git a/blog/2018/01/18/implementing-twitters-app-loading-animation-in-react-native.html b/blog/2018/01/18/implementing-twitters-app-loading-animation-in-react-native.html index 7ab70c46682..914d2df76d1 100644 --- a/blog/2018/01/18/implementing-twitters-app-loading-animation-in-react-native.html +++ b/blog/2018/01/18/implementing-twitters-app-loading-animation-in-react-native.html @@ -191,7 +191,7 @@ const fullScreenWhiteLayer = this.state.animationDone ? null : (
  • The actual Twitter animation seems to speed up the mask reveal towards the end. Try modifying the loader to use a different easing function (or a spring!) to better match that behavior.
  • The current end-scale of the mask is hard coded and likely won’t reveal the entire app on a tablet. Calculating the end scale based on screen size and image size would be an awesome PR.
  • -
    Recent Posts