[NSAnimationContextbeginGrouping];

    [[NSAnimationContextcurrentContext] setDuration:.1f];

    

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

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

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

    

    [NSAnimationContextendGrouping];  

相关文章: