ericvicenti/navigation-rfc

[Performance] Switch NavigationCard to animate with transforms

Open

#8 opened on Jan 5, 2016

View on GitHub
 (5 comments) (0 reactions) (0 assignees) (44 forks)github user discovery
help wanted

Repository metrics

Stars
 (440 stars)
PR merge metrics
 (PR metrics pending)

Description

@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)

Contributor guide