-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wip: view transition #15642
base: develop
Are you sure you want to change the base?
wip: view transition #15642
Conversation
Chromeで試してるけど、画面全体のクロスフェードは行われるけど要素間の遷移が行われない(view-transition-nameは適切に設定されている) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #15642 +/- ##
============================================
- Coverage 41.87% 15.34% -26.53%
============================================
Files 1625 787 -838
Lines 166074 72403 -93671
Branches 4108 1279 -2829
============================================
- Hits 69537 11109 -58428
+ Misses 96093 60869 -35224
+ Partials 444 425 -19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9dce512 |
universal.vue で RouterView を MkStickyContainer で包むのをやめたら動作した |
MkStickyContainer のままでも、それにあたってるスタイル(つまり以下)を消したら動作した
と
|
ミニマムで |
謎 |
Blinkのバグかしら |
overflow-yを消した場合にもtransitionしていそう |
What
Why
Additional info (optional)
Checklist