We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eede269 commit 2477fe1Copy full SHA for 2477fe1
assets/css/v2/style.css
@@ -2,6 +2,24 @@
2
*/
3
/* Modern reset: https://piccalil.li/blog/a-more-modern-css-reset/ */
4
5
+@view-transition {
6
+ navigation: auto;
7
+}
8
+
9
+::view-transition-old(root) .content,
10
+::view-transition-new(root) .content {
11
+ animation: fade 0.1s ease both;
12
13
14
+@keyframes fade {
15
+ from {
16
+ opacity: 0;
17
+ }
18
+ to {
19
+ opacity: 1;
20
21
22
23
/* Box sizing rules */
24
*,
25
*::before,
0 commit comments