Skip to article frontmatterSkip to article content
tools = require('../js/tools'); tools.init()
Loading...

transitions

transition example 1

Loading...

how transitions work

the transition property

most common timing functions

transition example 2

Loading...

do not overuse !

as a piece of advice

also notice that this starts to have to do with responsiveness

transition example 3 (advanced)

transitions apply to all changes, not only triggered by a user

here we use JavaScript (studied later) to alter a <div>'s size
with e.g. growing.style.width = '200px'

Loading...

animations

for example :

more on animations

see also