Skip to content

Instantly share code, notes, and snippets.

@julianrubisch
Created September 11, 2022 18:28
Show Gist options
  • Save julianrubisch/7ec05baacaec69c18fe63bdb530a63b3 to your computer and use it in GitHub Desktop.
Save julianrubisch/7ec05baacaec69c18fe63bdb530a63b3 to your computer and use it in GitHub Desktop.
import { Controller } from '@hotwired/stimulus'
import autoAnimate from '@formkit/auto-animate'
export default class extends Controller {
connect () {
autoAnimate(this.element)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment