Skip to content

Commit 7ce5cf3

Browse files
committed
add how does it work
1 parent 62bbecd commit 7ce5cf3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ A few things to note:
5151
1. The animation is done using the CSS `transform` property. So make sure when `.item-move` is applied its `transform` property is transition-enabled.
5252

5353
2. Move animations can only work on elements, so it doesn't work for `<template v-for>` and fragment instance components.
54+
55+
## How Does It Work?
56+
57+
This is inspired by [this great post by Joshua Comeau](https://medium.com/@joshuawcomeau/animating-the-unanimatable-1346a5aab3cd#.sen3tgomb), which is in turn based on the [FLIP technique by Paul Lewis](https://aerotwist.com/blog/flip-your-animations/). So read those if you are interested in the technical details!

0 commit comments

Comments
 (0)