flipjs
A helper library for doing FLIP animations. (by googlearchive)
flipjs | vue-flip-starport | |
---|---|---|
1 | 1 | |
1,413 | 1 | |
- | - | |
10.0 | 2.7 | |
about 7 years ago | over 2 years ago | |
JavaScript | Vue | |
Apache License 2.0 | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
flipjs
Posts with mentions or reviews of flipjs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-21.
-
Transitioning Component Between Pages in Vue.js
So we know that the transition can affect the user experience, and make them feel more connected when navigating our pages. Recently, Google Chrome announce Transition API, you can check the introduction here, the way it works in my understanding is by taking a “screenshot” of the two elements that will be transitioned. This API can be used via Javascript or CSS, this makes the transition can be easily controlled. Unfortunately, this API is still in experimental mode, we need to download Chrome Canary and enable the transition API manually, luckily we have an alternative option which is vue-starpot. The vue-starpot is a Vue library to animate a component across the routes, the way it works is by hoisting the component that we want to animate to the root of the page using Teleport, then implementing FLIP technique to the component when the route changes.
vue-flip-starport
Posts with mentions or reviews of vue-flip-starport.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-21.
-
Transitioning Component Between Pages in Vue.js
Demo: https://vue-flip-starport.vercel.app/ Github: https://github.com/akbarnafisa/vue-flip-starport The vue-starport library: https://github.com/antfu/vue-starport Google Chrome Transition API: https://www.youtube.com/watch?v=JCJUPJ_zDQ4&ab_channel=GoogleChromeDevelopers dribble UI reference:
What are some alternatives?
When comparing flipjs and vue-flip-starport you can also consider the following projects:
view-transitions
vue-starport - 🛰 Shared component across routes with animations