Thank you ^_^ >Some description of the controls would be great True, i'll add that tomorrow
https://onivers.com/ My little place to experiment with creative web dev
Quite the same if you use nested css on the div.class-name-here. The diff is in the semantic. My post was about using nested CSS to "emulate" @scope
For now, as Firefox support is not yet good, We can use nested rules in CSS. HTML: <my-custom-element> <p>This is a paragraph</p> </my-custom-element> CSS: my-custom-element { p { color: blue; } } By choosing a unique…
CSS animation are usually done with the use of the transform propertie. The transform propertie does not trigger painting, and then can be done with the help of the GPU. https://csstriggers.com/transform
Thank you ^_^ >Some description of the controls would be great True, i'll add that tomorrow
https://onivers.com/ My little place to experiment with creative web dev
Quite the same if you use nested css on the div.class-name-here. The diff is in the semantic. My post was about using nested CSS to "emulate" @scope
For now, as Firefox support is not yet good, We can use nested rules in CSS. HTML: <my-custom-element> <p>This is a paragraph</p> </my-custom-element> CSS: my-custom-element { p { color: blue; } } By choosing a unique…
CSS animation are usually done with the use of the transform propertie. The transform propertie does not trigger painting, and then can be done with the help of the GPU. https://csstriggers.com/transform