Sitemap
Callstack Engineers

We are React Native community-trusted, extremely skilled Javascript developers ready for hire for your next React Native and React project, now.

Follow publication

React Native animations revisited — Part I

3 min readJan 4, 2017

--

componentWillUpdate() {         
LayoutAnimation.configureNext(animationConfig);
}
{
duration: 700,
create: {
type: 'linear',
property: 'opacity',
},
update: {
type: 'spring',
springDamping: 0.4,
property: 'scaleXY',
},
delete: {
type: 'linear',
property: 'opacity',
},
}

--

--

Callstack Engineers
Callstack Engineers

Published in Callstack Engineers

We are React Native community-trusted, extremely skilled Javascript developers ready for hire for your next React Native and React project, now.

Michał Chudziak
Michał Chudziak

Written by Michał Chudziak

Independent web and mobile development consultant with almost a decade of professional experience building apps at scale. React Native Open Source contributor.

Responses (3)