ericvicenti/navigation-rfc

[Performance] Switch NavigationCard to animate with transforms

Open

#8 geöffnet am 5. Jan. 2016

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen) (44 Forks)github user discovery
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)

Contributor Guide