CSS Keywords

{object_name}

Editing

decreasing

각도를 θ₂ - θ₁ ∈ [-360, 0]이 되도록 조정한다.

유사 자바스크립트
if (θ₁ < θ₂) {
  θ₁ += 360;
}

지원 웹브라우저