From b2af46c32e337f4c597a8520528d7943cb77d9bf Mon Sep 17 00:00:00 2001 From: jpa44 Date: Thu, 25 Jun 2020 11:55:09 +0200 Subject: [PATCH] added moveDirection props (none, top, top-right, right, bottom-right, bottom, bottom-left, left, top-left) --- src/vue-particles/vue-particles.vue | 41 +++++++++++++++++------------ 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/src/vue-particles/vue-particles.vue b/src/vue-particles/vue-particles.vue index aa54ea15..fbc69e41 100644 --- a/src/vue-particles/vue-particles.vue +++ b/src/vue-particles/vue-particles.vue @@ -17,6 +17,7 @@ :hoverMode="hoverMode" :clickEffect="clickEffect" :clickMode="clickMode" + :moveDirection="moveDirection" >