css

Table of Contents

Cascading Style Sheets is a markup language with

Backlinks

css transition

the transition css property is how change in html source will be rendered.

For example, in your javacript you have a button, clicking on it make background change from white to black. without transition property, it changes instantly; with transition: all 1s ease-out;, it will take 1 second to gradually change from white to black, and the transition will slow down close to the end.

The change in html source could be from javascript, server of whatever langugage or you editing the source from browser inspector

css cheatsheet

here store some simple snippet of css. In time some of them may be too large and should be made their own node.

Author: Linfeng He

Created: 2024-04-03 Wed 20:17