Animation

Beautiful, subtle animation throughout iOS builds a visual sense of connection between people and content onscreen. When used appropriately, animation can convey status, provide feedback, enhance the sense of direct manipulation, and help users visualize the results of their actions.

iOS는 아름답고 미묘한 애니메이션을 통해 사람과 화면 상의 콘텐츠 사이에서 시각적 연결 감각을 구축합니다. 애니메이션을 적절하게 사용하면 상태를 전달하고, 피드백을 제공하며, 직접 조작의 감각을 향상시키며, 사용자의 작업 결과를 시각화하는 데 도움이 됩니다.

Use animation and motion effects judiciously. Don’t use animation for the sake of using animation. Excessive or gratuitous animation can make people feel disconnected or distracted, especially in apps that don’t provide an immersive experience. iOS uses motion effects, such as a parallax effect, to create the perception of depth on the Home screen and in other areas. These effects can increase understanding and enjoyment, but overusing them can make an app feel disorienting and difficult to control. If you implement motion effects, always test the results to make sure they work well.

애니메이션과 모션 효과를 신중하게 사용하십시오. 애니메이션을 사용하기 위한 수단으로 애니메이션을 사용하지 마십시오. 과도한 또는 불필요한 애니메이션은 특히 몰입감 있는 환경을 제공하지 않는 앱에서 사람들을 단절되거나 주의가 산만하게 만들 수 있습니다. iOS는 시차 효과와 같은 모션 효과를 사용하여 홈 화면과 다른 영역에서 깊이 인식을 만듭니다. 이러한 효과는 이해와 즐거움을 증가시킬 수 있지만 과도하게 사용하면 앱이 혼란스럽고 제어하기 어려워 질 수 있습니다. 모션 효과를 구현하는 경우 항상 결과가 제대로 작동하는지 테스트하십시오.

Strive for realism and credibility. People tend to accept artistic license, but they can feel disoriented when movement doesn’t make sense or appears to defy physical laws. If someone reveals a view by sliding it down from the top of the screen, for example, they should be able dismiss the view by sliding it back up.

현실성와 신뢰성을 위해 노력하십시오. 사람들은 예술 면허를 받아들이는 경향이 있지만, 운동이 말이 안 되거나 물리적 법칙에 저항하는 것처럼 보일 때 혼란을 느낄 수 있습니다. 예를 들어 화면 상단에서 화면을 아래로 미끄러뜨려 보기를 표시하는 경우, 화면을 뒤로 밀어 축소할 수 있어야 합니다.

Use consistent animation. A familiar, flowing experience keeps users engaged. They're accustomed to the subtle animation used throughout iOS, such as smooth transitions, fluid changes in device orientation, and physics-based scrolling. Unless you’re creating an immersive experience, such as a game, custom animation should be comparable to the built-in animations.

일관된 애니메이션을 사용하십시오. 이들은 iOS에서 사용되는 부드러운 전환, 기기 방향의 유동적인 변화, 물리학 기반의 스크롤링과 같은 미묘한 애니메이션에 익숙합니다. 게임과 같은 몰입감 있는 경험을 만들지 않는 한, 맞춤 애니메이션은 내장된 애니메이션과 유사해야 합니다.

Make animations optional. When the option to reduce motion is enabled in accessibility preferences, your app should minimize or eliminate application animations.

애니메이션을 선택적으로 설정하십시오. 접근성 환경설정에 모션 감소 옵션이 활성화되면 앱에서 응용 프로그램 애니메이션을 최소화하거나 제거해야 합니다.

Animation - Visual Design - iOS - Human Interface Guidelines - Apple Developer

Last updated