Chang Wang
1 min readAug 30, 2017

--

Hi Jeremy. Depends on the kind of animation you have in mind. If it’s a 2-part animation — one where the component becomes visible (e.g. fade or slide in), the other where some animation occurs after it becomes visible (e.g. performs a spin) then I would put both inside the componentWillAppear/componentWillEnter in sequence

--

--