An open API service indexing awesome lists of open source software.

https://github.com/devdragonli/core-animationperformanceoptimization

iOS Core-Animation Performance Optimization
https://github.com/devdragonli/core-animationperformanceoptimization

Last synced: over 1 year ago
JSON representation

iOS Core-Animation Performance Optimization

Awesome Lists containing this project

README

          

# Core Animation框架结构及性能调优 均为图片

> 建议直接在线查阅

1. Core Animation
2. CALayer
3. 隐式动画
4. 显式动画
5. 图层时间
6. 缓冲
7. 基于定时器的动画
8. 性能调优
9. 高效绘图
10. 图像IO
11. 图层性能

## 1.Core Animation

![](./1.png)
## 2.CALayer
![](./2.png)

## 3.隐式动画
![](./3.png)

## 4.显式动画
![](./4.png)

## 5.图层时间
![](./5.png)

## 6.缓冲
![](./6.png)

## 7.基于定时器的动画
![](./7.png)

## 8.性能调优
![](./8.png)

## 9.高效绘图
![](./9.png)

## 10.图像IO
![](./10.png)

## 11.图层性能
![](./11.png)