ericvicenti/navigation-rfc
GitHub で見る[Performance] Switch NavigationCard to animate with transforms
Open
#8 opened on 2016年1月5日
help wanted
Repository metrics
- Stars
- (440 stars)
- PR merge metrics
- (PR metrics pending)
説明
@kmagiera pointed out:
https://github.com/ericvicenti/navigation-rfc/blob/fc3d05e960239cd4180ee2878e1954ace38a556d/CustomComponents/NavigationCard.js#L104 where we animate right and left props (those require to run layout algorithm each frame and using translateX would be a better choice, not sure if possible to use it though)