You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The namespaces already differentiate them, no? If you are importing from more than one of these modules, it's expected that you wouldn't use exposing (..).
I think you are supposed to pick from one of (default), Inline, or Css methods to build your project's animations (as in the examples), so you normally wouldn't import the other two. In this sense, it makes sense that the functions have the same name, just like Html.Styled.div has the same name as Html.div.
The arguments taken differ based on the method chosen, but the difference should be consistent across all functions in the chosen module.
I am not that familiar with the library but I wonder if there could be some way to differentiate these functions.
Animator.xy
Animator.Inline.xy
Animator.Css.xy
The text was updated successfully, but these errors were encountered: