We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3a864 commit 611359eCopy full SHA for 611359e
lib/phoenix_live_view/js.ex
@@ -649,7 +649,7 @@ defmodule Phoenix.LiveView.JS do
649
@doc """
650
Transitions elements.
651
652
- * `transition` - A string of classes to apply before removing classes or
+ * `transition` - A string of classes to apply during the transition or
653
a 3-tuple containing the transition class, the class to apply
654
to start the transition, and the ending transition class, such as:
655
`{"ease-out duration-300", "opacity-0", "opacity-100"}`
0 commit comments