chimok

Results 31 comments of chimok

@XhmikosR This is a well known bug in 2.0.2 and the reason why I stay on 2.0.1 since almost 1 year. Btw, I did set the `namespaceIDs` and `namespaceClassnames` to...

@welschmoor The keen-slider.io website use tailwind. Problem is a container with flex or padding.

I do personally dislike the idea of of viewStyle. It can make things very complicated. It's usually enough to get the same results with overwrite or reset CSS in editorStyle,...

@gaambo Because I think if someone will use all 3 together (which is in theorie possible) the results may be unexpected? For that reason I like simple configuration that can't...

Hello @vaibhav111tandon, i could add my snippet from #34 which is a frequently use for such animations

@vaibhav111tandon This is my javascript how i add css classes when the element is in viewport ```javascript /** * Add a css class when the element appears in viewport *...

@Kreeg But I think what he wants is generating the interface at runtime, so he will have autocomplete inside the ide. That should be quite easy. @AlexisWalravens This package does...

Hello @XhmikosR, i suggest to split packages, `svg-sprite` is only the library and then create a separate project `svg-sprite-cli`. If you like the idea I can help with the cli.

Hello @wojciechczerniak, The cli is totaly broken since 1-2 years. I use this simple script you can easy adjust to your needs. Use a name with `.mjs` extension because I'm...