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

https://github.com/klich3/vue3-gooey-filter

Vue3 - Sample of Gooey effect (sticky) SVG
https://github.com/klich3/vue3-gooey-filter

effect svg vue3

Last synced: over 1 year ago
JSON representation

Vue3 - Sample of Gooey effect (sticky) SVG

Awesome Lists containing this project

README

          

# Vue3 - Gooey Filter Sample

A very simple example of how to make an effect as if some elements have an attraction of matter.

how it works, in the container you have to put class `filter` and all that is inside will apply the effect
to the elements that you do not want to apply add classse `no-filter`.

![Preview](images/preview.gif)

## DEV

Install: `$ npm i`

Run: `$ npm run dev` or `$ npm run serve`