Results 1 comments of Alex

You can do it like this ```js import { Controller } from "@hotwired/stimulus"; import { useTransition } from "stimulus-use" export default class extends Controller { static values = { 'transitioned':...