You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,46 @@ the duration of the transition. In this case:
134
134
See the live example [here](http://marnusw.github.io/react-css-transition-replace#fade-wait).
135
135
136
136
137
+
### Hardware acceleration for smoother transitions
138
+
139
+
For even smoother transitions, try to trigger hardware acceleration whenever possible. Here is an example of what you could do for a mobile app transition between pages:
0 commit comments