From 75ea4050f9eb097c29fed7de08f2d58a27fc7e38 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 19 Jan 2018 18:48:28 +0000 Subject: [PATCH] Deploy website Deploy website version based on 3b3325d5d3db6b830ebb1f8a3ba370fcd6fda96e --- ...ementing-twitters-app-loading-animation-in-react-native.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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