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: demo/index.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,10 @@ <h3 class="card-title">
173
173
</a>
174
174
</div>
175
175
</main>
176
+
<footerclass="demo-footer">
177
+
<p>Built by <ahref="https://www.bram.us/">Bramus</a>, Chrome Developer Relations Engineer at Google.<br>
178
+
Source Code available <ahref="https://github.com/googlechromelabs/view-transitions-toolkit">on GitHub</a> – <ahref="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p>
<p>Built by <ahref="https://www.bram.us/">Bramus</a>, Chrome Developer Relations Engineer at Google.<br>
74
+
Source Code available <ahref="https://github.com/googlechromelabs/view-transitions-toolkit">on GitHub</a> – <ahref="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p>
Copy file name to clipboardExpand all lines: demo/navigation-types/index.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,10 @@ <h3>Functions Used</h3>
77
77
78
78
useAutoTypes(routeMap);</code></pre>
79
79
</div>
80
+
<footerclass="shell-footer">
81
+
<p>Built by <ahref="https://www.bram.us/">Bramus</a>, Chrome Developer Relations Engineer at Google.<br>
82
+
Source Code available <ahref="https://github.com/googlechromelabs/view-transitions-toolkit">on GitHub</a> – <ahref="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p>
Copy file name to clipboardExpand all lines: demo/optimize/index.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,10 @@ <h3>Functions Used</h3>
66
66
optimizeGroupAnimations(t, "*"); // All groups
67
67
optimizeGroupAnimations(t, "box-flip", OPTIMIZATION_STRATEGY.SLIDE); // Specific group</code></pre>
68
68
</div>
69
+
<footerclass="shell-footer">
70
+
<p>Built by <ahref="https://www.bram.us/">Bramus</a>, Chrome Developer Relations Engineer at Google.<br>
71
+
Source Code available <ahref="https://github.com/googlechromelabs/view-transitions-toolkit">on GitHub</a> – <ahref="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p>
Copy file name to clipboardExpand all lines: demo/playback-control/index.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,10 @@ <h3>Functions Used</h3>
71
71
resume(t); // Resumes all VT animations
72
72
scrub(t, position); // Sets animations to 50% playback</code></pre>
73
73
</div>
74
+
<footerclass="shell-footer">
75
+
<p>Built by <ahref="https://www.bram.us/">Bramus</a>, Chrome Developer Relations Engineer at Google.<br>
76
+
Source Code available <ahref="https://github.com/googlechromelabs/view-transitions-toolkit">on GitHub</a> – <ahref="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p>
<p>Built by <ahref="https://www.bram.us/">Bramus</a>, Chrome Developer Relations Engineer at Google.<br>
77
+
Source Code available <ahref="https://github.com/googlechromelabs/view-transitions-toolkit">on GitHub</a> – <ahref="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p>
0 commit comments