Skip to content

Commit ed9edd9

Browse files
committed
Add a subtle cross-fade view transition
1 parent 37813f6 commit ed9edd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/base.html.twig

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<head>
99
<meta charset="UTF-8" />
1010
<meta name="viewport" content="width=device-width, initial-scale=1"/>
11+
<meta name="view-transition" content="same-origin" />
1112
<title>{% block title %}Symfony Demo application{% endblock %}</title>
1213
<link rel="alternate" type="application/rss+xml" title="{{ 'rss.title'|trans }}" href="{{ path('blog_rss') }}">
1314

0 commit comments

Comments
 (0)