Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
50 views

I have this background animation running and the code looks something like this: body { background-image: url("../assets/asset1.webp"), url("../assets/asset2.webp"), url(&...
2 votes
2 answers
130 views

Situation Consider the following ViewTransition between two HTML pages (Multi-page app, MPA). The code for this is simple. <!-- old.html --> <html> <head> <link rel="...
1 vote
2 answers
149 views

I'm trying to keep a position: sticky navbar in the same position during view transition as it was before the transition started but for some reason it jumps to the very top of the page. The issue ...
0 votes
1 answer
215 views

I'm implementing View Transitions API in Angular 20+ with nested router outlets and need to prevent animations in specific scenarios. I have two main layouts (auth and dashboard) and want to: Skip ...
0 votes
1 answer
339 views

I'm crafting a personal portfolio website with Astro. I got View Transitions enabled, and GSAP animations tied to my persistent header on the pages. The header's animation should close the navigation (...
0 votes
0 answers
26 views

I want to implement a simple view transition animation where a circular mask slowly reveals the new page. The animation glitches when running it in Google Chrome (Version 134.0.6998.166 arm64). I don’...
0 votes
0 answers
110 views

I have the following simple page transition (see video), where the outgoing page (page 1) is supposed to slightly move to left while the incoming page (page 2) slides in from right. Going back from ...
0 votes
0 answers
93 views

There is skipTransition() method but how am i even supposed to call it since page is not interactive by design. So to skip active transition i have to actually do something which i cannot? const ...
0 votes
2 answers
165 views

div { width: 50px; height: 50px; border: solid 2px black; } .fixed { position: fixed; top: 25px; left: 25px; background-color: red; } .named { background-color: green; view-...
2 votes
0 answers
78 views

According to the spec "This element exists to provide isolation: isolate for its children". Can't you just do that directly with ::view-transition-group() ? It also says the following: This ...
1 vote
1 answer
190 views

I'm playing with CSS View Transitions. One example I've seen in a number of places is to use it to animate the underline of the active tab. I thought, "Oh, it should be easy to modify that to ...
2 votes
0 answers
148 views

I have enabled view transitions using the withViewTransitions() function in provideRouter(). Now I like to write a directive or something to be able to disable the transition view for a specific <...
3 votes
1 answer
307 views

I have the following problem: I am trying to move SVG elements with the view transition API smoothly from one position to the other by applying a view-transition-name. While this works perfectly for ...
2 votes
1 answer
244 views

In a CSS file, I have two simple view-transition styling rules. /* stylelint-disable-next-line selector-pseudo-element-no-unknown */ ::view-transition-old(root) { animation: 90ms cubic-bezier(0.4, 0,...
0 votes
1 answer
287 views

This is working, but the duration setting is ignored. What am I missing? https://jsfiddle.net/r76z0o8s/ function onClick(e) { e.target.classList.add('clicked_media_transition') document....
Joren's user avatar
  • 9,965

15 30 50 per page
1
2 3

AltStyle によって変換されたページ (->オリジナル) /