An open API service indexing awesome lists of open source software.

https://github.com/docsallover/barbajs-css-transition

This repository showcases the effective integration of Barba.js to create smooth, fluid animations between different pages of your website.
https://github.com/docsallover/barbajs-css-transition

barbajs javascript page-transitions single-page-applications spa

Last synced: 12 months ago
JSON representation

This repository showcases the effective integration of Barba.js to create smooth, fluid animations between different pages of your website.

Awesome Lists containing this project

README

          

# Barba.js with the CSS Plugin

Simple css page transitions using [Barba.js](https://barba.js.org/) and
the [@barba/css](https://barba.js.org/docs/plugins/css/) plugin.

## Usage

Installation:

```
git clone https://github.com/docsallover/barbajs-css-transition.git
npm install
```

Run a local web server and watch for changes in your style & code files:

```
npm run dev
```

Create a production ready build:

```
npm run build
```