Animation Effect

  • AnimationEffect중 Animation 시간동안 특정 pixel값만큼 위에서 아래로 떨어지는 애니메이션 효과 클래스.

    Poi와 InfoWindow Animator에 적용할 수 있다.

    See more

    Declaration

    Swift

    public class DropAnimationEffect : NSObject, PoiAnimationEffect, InfoWindowAnimationEffect
  • ShapeAnimationEffect중 Animation시간 동안 알파값과 크기(scale)을 변경하는 애니메이션 효과 클래스.

    레벨별로 시작/끝 알파값과 크기를 다르게 정의할 수 있다.

    See more

    Declaration

    Swift

    public class WaveAnimationEffect : NSObject, ShapeAnimationEffect
  • WaveAnimation에서 레벨별로 정의되는 속성.

    See more

    Declaration

    Swift

    public class WaveAnimationData : NSObject

Key Frame

Effect