All Projects → simonaco → Page Transitions Travelapp

simonaco / Page Transitions Travelapp

Licence: mit
Travel App, Native-like Page Transitions

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Page Transitions Travelapp

Push State
Turn static web sites into dynamic web apps.
Stars: ✭ 16 (-88.06%)
Mutual labels:  rxjs, animations, page-transitions
ionic-modal-custom-transitions
Add Custom Transitions to Ionic Modals.
Stars: ✭ 22 (-83.58%)
Mutual labels:  animations, page-transitions
Backbone Responsive Css3 Page Transitions
CSS3 hardware accelerated page transitions optimised for fluid layouts
Stars: ✭ 34 (-74.63%)
Mutual labels:  animations, page-transitions
Nextjs Page Transitions
Travel App, Native-like Page Transitions (:atom: with React & Next.js)
Stars: ✭ 424 (+216.42%)
Mutual labels:  animations, page-transitions
Page Transitions Travelapp
Travel App, Native-like Page Transitions
Stars: ✭ 1,637 (+1121.64%)
Mutual labels:  animations, page-transitions
Typewriterview
Android library for typewriter like effects
Stars: ✭ 124 (-7.46%)
Mutual labels:  animations
Geckolib
GeckoLib is an animation library for Minecraft Mods, with support for complex 3D keyframe and scriptable math-based animations. Available for Forge and Fabric (1.12, 1.15, 1.16). Supports entity, block, item, armor animations and more.
Stars: ✭ 131 (-2.24%)
Mutual labels:  animations
React Eva
Effects+View+Actions(React distributed state management solution with rxjs.)
Stars: ✭ 121 (-9.7%)
Mutual labels:  rxjs
Turbolinks Animate
Rich & adaptive animations for apps using Turbolinks
Stars: ✭ 120 (-10.45%)
Mutual labels:  page-transitions
Od Virtualscroll
🚀 Observable-based virtual scroll implementation in Angular
Stars: ✭ 133 (-0.75%)
Mutual labels:  rxjs
Angular Interview Questions
List of 300 Angular Interview Questions and answers
Stars: ✭ 2,264 (+1589.55%)
Mutual labels:  rxjs
Ayanami
🍭 A better way to react with state
Stars: ✭ 129 (-3.73%)
Mutual labels:  rxjs
Animate
Declarative UIView animations without nested closures
Stars: ✭ 124 (-7.46%)
Mutual labels:  animations
Flutter Ui Designs
Just collection of UI designs build with flutter. Can run on any mobile, web & desktop.
Stars: ✭ 131 (-2.24%)
Mutual labels:  animations
Reactivetradercloud
Real-time FX trading showcase by Adaptive.
Stars: ✭ 1,664 (+1141.79%)
Mutual labels:  rxjs
Rx Book
xgrommx.github.io/rx-book
Stars: ✭ 1,660 (+1138.81%)
Mutual labels:  rxjs
Angular Rpg
RPG game built with Typescript, Angular, ngrx/store and rxjs
Stars: ✭ 120 (-10.45%)
Mutual labels:  rxjs
Reactive Patterns Course
Contains the code for the RxJs & Reactive Patterns Angular Architecture Course
Stars: ✭ 127 (-5.22%)
Mutual labels:  rxjs
Cyclejs.cn
The Cycle.js Chinese documentation website.
Stars: ✭ 132 (-1.49%)
Mutual labels:  rxjs
Android Demos
Android develop demos
Stars: ✭ 126 (-5.97%)
Mutual labels:  animations

Page Transitions Travelapp

Fork

🙋🏼 This repository is a rewrite with Angular & Angular Universal of Sarah Drasner's orginal work with Vue & Nuxt.

Live demo: https://page-transitions-travelapp.azurewebsites.net

Original

This demo shows an example of how to achieve native-like page transitions on the web. There's much to be improved here- it's not meant to be a full-fledged web application, just a quick demo to show how this kind of implementation could theoretically work. These concepts can and should be expressed differently in your own application, the sky's the limit here! 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

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at http://localhost:4200/
$ ng serve

# build for production and launch server
$ npm run build:ssr && npm run serve:ssr

# generate static project
$ npm run build:ssr

Runing in Docker

First build the project. See build for details.

Now you can build Docker image:

docker build -t page-transitions-travelapp .

and run it:

docker run -p 80:80 page-transitions-travelapp

Navigate to http://localhost in order to see the containerized application.

Further help

For detailed explanation on how things work, checkout the Angular Universal docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].