From aa3e723475f54bec99d0669243d0ad96eb802f1b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 20 Sep 2018 14:13:32 +0200 Subject: [PATCH] readme update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3040f1a..cd92096 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - [💅 Theme switcher](#theme-switcher) - [🏆 SEO component](#seo-component) - [📇 Client-side vCard creation](#client-side-vcard-creation) + - [💫 Page transitions](#page-transitions) - [📈 Matomo (formerly Piwik) analytics tracking](#matomo-formerly-piwik-analytics-tracking) - [🖼 Project images](#project-images) - [💎 Importing SVG assets](#importing-svg-assets) @@ -66,6 +67,10 @@ The _Add to addressbook_ link in the footer automatically creates a downloadable If you want to know how, have a look at the respective component under [`src/components/atoms/Vcard.jsx`](src/components/atoms/Vcard.jsx) +### 💫 Page transitions + +Includes mechanism for transitioning between route changes with full page transitions defined with [react-pose](https://popmotion.io/pose/). Mechanism ~~stolen~~ inspired by [gatsby-universal](https://github.com/fabe/gatsby-universal) + ### 📈 Matomo (formerly Piwik) analytics tracking Site sends usage statistics to my own [Matomo](https://matomo.org) installation. To make this work in Gatsby, I created and open sourced a plugin, [gatsby-plugin-matomo](https://github.com/kremalicious/gatsby-plugin-matomo), which is in use on this site.