ericvicenti/navigation-rfc
Auf GitHub ansehen[Performance] Switch NavigationCard to animate with transforms
Open
#8 geöffnet am 5. Jan. 2016
help wanted
Repository-Metriken
- Stars
- (440 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
@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)