-
> Prior discussions: https://github.com/rtfeldman/elm-css/issues/430 https://github.com/rtfeldman/elm-css/issues/431 https://github.com/rtfeldman/elm-css/pull/227 #275
I'd like to add animations t…
-
We’re about to build a feature that requires “content” animations, not just style animations, and we’re wondering how far elm-style-animation is from being able to support this. Would it make sense to…
-
There is an important bug that prevents the debug compilation of elm if the types used by Msg are internal or inderect dependencies. Animation.Model is internal, so using elm-style-animation breaks de…
-
error in elm 0.19
```
Success! Compiled 1 module.
elm: Map.!: given key is not an element in the map
CallStack (from HasCallS…
-
## Background
One way to use [`elm-css`](http://package.elm-lang.org/packages/rtfeldman/elm-css/latest) is to generate a CSS string and then call `node "style" [] [ text cssStylesGoHere ]` to rende…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code of…
-
While doing research for adding spring animations to a [seed](https://github.com/David-OConnor/seed)-based app, I discovered this project. I am totally blown away by the signal-based concept and all t…
-
Thank you very much for the great work and Svelte implementation.
## Issue
Resorting by drag and drop does not work correct after an additional item is added.
The item the user drops at positio…
-
I recently realized that only the `elm-lang/core` package is allowed to have native JS code. Currently `elm-styled` is using native JS code to inject the CSS. The problem is that I can't publish `elm-…
-
I'm not a fan of "burger" buttons that produce a drawer, however drawers/sidebars are pretty excellent for complicated web apps, and I think it'd be a nice addition to your already relatively comprehe…