transition3d

    [2021/12/30]국비지원 CSS3 10-(2) transition, transition3d

    [2021/12/30]국비지원 CSS3 10-(2) transition, transition3d

    ★★★★★ 브라우저 식별 접두사가 필요한 속성 ★★★★★ transition : animation property, duration, function, duration delay animation property all background color height width transform duration : start to end. /s, /ms function : animate type, timing etc linear : 일정 속도 ease : 서서히 가속 후 급감속 ease-in : 최속 후 감속 ease-in-out : 처음 0속, 중간 최속, 서서히 감속 cubic bezier : 속도값 직접 입력 cubic-bezier(.17,.67,.83,.67) ✿ cubic-bezier.com cubi..