sylvainpolletvillard / postcss-grid-kiss

A PostCSS plugin to keep CSS grids stupidly simple
https://sylvainpolletvillard.github.io/grid-kiss-playground/index.html
MIT License
1.32k stars 53 forks source link

Animations #13

Closed JasCodes closed 5 years ago

JasCodes commented 5 years ago

Absolutly loved your project. I use react-spring for animations. I was wondering can I compile at runtime or come up with some trick so the animations will work even with the fallback code?

Any thoughts on this?

PS: Love your OCR idea, myself worked in computer vision for 3yrs; I think if we use machine learning we can go step futher to read the titles as well :)

Thx

sylvainpolletvillard commented 5 years ago

Hi,

I don't know about react-spring, but when using CSS transitions, it should also work for fallback code if the transition is set for all properties, and not specifically for some CSS Grid properties. Maybe I could help you better if fou provide some example code.

I'm really interested by your skills in computer vision. I tried some experiments with Tesseract, OpenCV and Google Cloud Vision but I did not manage to read both the grid and the text. If you can do it, that would be really cool and bring some attention to this project.

JasCodes commented 5 years ago

Awesome, thx for writing back. I was bit swamped with work during this week. In my next project I will try out your plugin. My plan is to actually use your code to do interpolation with react-spring for animations. My use cases might resemble something like this https://zenart.com/industries/finance

I will follow up on this in some time.

Thx

sylvainpolletvillard commented 5 years ago

I'm closing the issue but any help with computer vision is still welcome