mac os开发之简单动画

    [NSAnimationContextbeginGrouping];

    [[NSAnimationContextcurrentContext] setDuration:.1f];

    

    [[self.windowanimator] setFrame:frmWin display:YES];

    [[self.leftView animator] setFrame:frmTestView];

    [[self.splitView animator] setFrame:frmSplitView];

    

    [NSAnimationContextendGrouping];  

posted @ 2013-08-13 11:35  小鼬就是我  阅读(617)  评论(0编辑  收藏  举报