Implement "View Transitions Api" #27488
samuelspagl
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
What problem is your feature request going to solve? Please describe..
This feature would hopefully implement an easy way of creating awesome transitions between pages.
Describe the solution you'd like.
Google proposed a new API called "View Transitions API", which can basically by itself create view transitions between different elements. This feature makes it possible to create App like transitions in web.
Chrome (and therefore all other browsers based on Chromium) already have support for this feature. It is also included in the current Safari Technology Preview.
Click here to see a blog entry of Google including a short video.
I've already tested the API myself building a small "Astro" project. There you can create a transition between two elements by giving them the same transition name, eg.
transition:name="hero"
. I would love to see a similar setting in the advanced tab of an element.This feature would be totally awesome to include into Elementor and would bring many benefits, especially if Elementor can implement it faster than other page builders 😁.
Thanks a lot in advance.
Describe alternatives you've considered.
No response
Additional context
No response
Agreement
Beta Was this translation helpful? Give feedback.
All reactions