Nelio Mota Class Notes April 12



Create a directory -> my username/daily_classword/day_11/index.html

Install the extension live server

Animations in CSS

transition : transform 1s;

transform: translateX(100%)

@keyframes

animation

transition : transform 1s cubic-bezier(0,-0.66, 1, 1.89) 2s;

transform: translateX(100%) translateY(100%);

Websites comments