CoreAnimation 核心動畫 的一些常用屬性 和 方法,coreanimation核心

來源:互聯網
上載者:User

CoreAnimation 核心動畫 的一些常用屬性 和 方法,coreanimation核心

1、常用屬性:

 frame   bounds   center   alpha    Transition 過渡    transform 動畫效果

2、常用方法:

 +(void)setAnimationDelegate:(id)delegate;

 +(void)setAnimationWillStartSelector:(SEL)selector; 當動畫結束的時候,執行delegate對象的selector,並且把beginAnimations:context:中傳入的參數傳進selector

 + (void)setAnimationDidStopSelector:(SEL)selector;  當動畫結束時,執行delegate對象的selector,並且把beginAnimations:context:中傳入的參數傳進selector

 

 + (void)setAnimationDuration:(NSTimeInterval)duration;   動畫的期間,秒為單位

 

 + (void)setAnimationDelay:(NSTimeInterval)delay;  動畫延遲delay秒後再開始

 

 + (void)setAnimationStartDate:(NSDate *)startDate;   動畫的開始時間,預設為now

 

 + (void)setAnimationCurve:(UIViewAnimationCurve)curve;  動畫的節奏控制(過渡)

 

 + (void)setAnimationRepeatCount:(float)repeatCount;  動畫的重複次數

 

 + (void)setAnimationRepeatAutoreverses:(BOOL)repeatAutoreverses;  如果設定為YES,代表動畫每次重複執行的效果會跟上一次相反

 

 + (void)setAnimationTransition:(UIViewAnimationTransition)transition forView:(UIView *)view cache:(BOOL)cache;  設定視圖view的過渡效果, transition指定過渡類型, cache設定YES代表使用視圖緩衝,效能較好

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.