Skip to content

SecondStarLabs/2020

 
 

Repository files navigation

Simple Page Transitions Demo

This small demo shows an extremely simple implmentation of native-like page transitions on the web (you can think of it like a reduced case for the page-transitions-travelapp). This is created with Nuxt and Vue.

Article explaining the demo is available at https://css-tricks.com/native-like-animations-for-page-transitions-on-the-web

Live demo at https://page-transitions.com/

Vue stripe sample shop

See the page transitions travel app demo for a real-life use case: https://github.com/sdras/page-transitions-travelapp

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.

About

Vue/Nuxt Page Transitions- Simple Demonstration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 87.1%
  • CSS 8.2%
  • JavaScript 4.1%
  • HTML 0.6%