Skip to content

Commit 3b56aef

Browse files
committed
Add KenBurnsView
KenBurnsView 实现Ken Burns effect效果,达到身临其境效果的ImageView
1 parent 2b639ea commit 3b56aef

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -274,36 +274,47 @@ Demo地址:https://github.com/Trinea/trinea-download/blob/master/draggable-gri
274274
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
275275

276276
#### 六、ImageView
277-
1. PhotoView 支持双击或双指缩放的ImageView
277+
1. PhotoView
278+
支持双击或双指缩放的ImageView
278279
在ViewPager等Scrolling view中正常使用,相比上面的AndroidTouchGallery,不仅支持ViewPager,同时支持单个ImageView
279280
项目地址:https://github.com/chrisbanes/PhotoView
280281
Demo地址:https://play.google.com/store/apps/details?id=uk.co.senab.photoview.sample
281282
APP示例:photup
282283

283-
2. android-gif-drawable 支持gif显示的view
284+
1. android-gif-drawable
285+
支持gif显示的view
284286
项目地址:https://github.com/koral--/android-gif-drawable
285287
用jni实现的,编译生成so库后直接xml定义view即可,而且本身不依赖于其他开源项目所以相对下面的ImageViewEx简单的多
286288

287-
3. ImageViewEx 支持Gif显示的ImageView
289+
1. ImageViewEx
290+
支持Gif显示的ImageView
288291
项目地址:https://github.com/frapontillo/ImageViewEx
289292
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/imageviewex-demo.apk?raw=true
290293
依赖很多,编译过程很繁琐!|_|!
291294

292-
4. RoundedImageView 带圆角的ImageView
295+
1. RoundedImageView
296+
带圆角的ImageView
293297
项目地址:https://github.com/vinc3m1/RoundedImageView
294298
效果图:![Renderings](https://raw.github.com/makeramen/RoundedImageView/master/screenshot.png)
295299

296-
5. ColorArt 根据图片的均色设置背景色显示文字和图片,类似itune11中效果
300+
1. ColorArt
301+
根据图片的均色设置背景色显示文字和图片,类似itune11中效果
297302
项目地址:https://github.com/MichaelEvans/ColorArt
298303
Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/color-art-demo.apk?raw=true
299304

300-
6. CircleImageView 圆形的ImageView
305+
1. CircleImageView
306+
圆形的ImageView
301307
项目地址:https://github.com/hdodenhof/CircleImageView
302308
效果图:![Renderings](https://raw.github.com/hdodenhof/CircleImageView/master/screenshot.png)
303309

304-
7. ImageViewZoom 支持放大和平移的ImageView
310+
1. ImageViewZoom
311+
支持放大和平移的ImageView
305312
项目地址:https://github.com/sephiroth74/ImageViewZoom
306-
APP示例:https://play.google.com/store/apps/details?id=com.aviary.android.feather
313+
APP示例:https://play.google.com/store/apps/details?id=com.aviary.android.feather
314+
315+
1. KenBurnsView
316+
实现Ken Burns effect效果,达到身临其境效果的ImageView
317+
项目地址:https://github.com/flavioarfaria/KenBurnsView
307318
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
308319

309320
#### 七、ProgressBar

0 commit comments

Comments
 (0)