nanahs / elm-transitions / Transitions

transitions allows for optional msgs to be fired after the enter/leave transition has completed


type Transitions msg

The representation of all the css class transitions needed optional msg's can supplied to be sent after the enter/leave has completeed

make : Internals msg -> Html msg -> Transitions msg

view : Transitions msg -> Html msg