2017-04-11 13 views

答えて

3

使用すると、このようにそれを使用することができます:

LayoutAnimation.configureNext(CustomAnimation) 

var CustomAnimation = { 
    duration: 400, 
    create: { 
    type: LayoutAnimation.Types.spring, 
    property: LayoutAnimation.Properties.scaleXY, 
    springDamping: 0.7 
    }, 
    update: { 
    type: LayoutAnimation.Types.spring, 
    springDamping: 0.7 
    } 
} 

関連する問題