lwc:programming:css3

different div shapes (circle, star, oval, etc.)

Animation

Limit the animations to scale, position, opacity, rotation and things are fast, as explained here.

http://net.tutsplus.com/tutorials/html-css-techniques/say-hello-to-css3-filters/

http://html5-demos.appspot.com/static/css/filters/index.html


Fading in and out:

Page transitions:

Page turns

Catch unused css:

  • Chrome has an audit tool. Run the audit and it will report the unused css
  • https://github.com/giakki/uncss ← removed unused css from your css files. Looks excellent!
  • lwc/programming/css3.txt
  • Last modified: 2020/11/26 22:27
  • by John Harrison