码迷,mamicode.com
首页 > 其他好文 > 详细

elevation 和 translationZ的区别

时间:2015-12-12 18:52:37      阅读:399      评论:0      收藏:0      [点我收藏+]

标签:

Z轴阴影: Z = elevation + translationZ

elevation 是静态值,是View在Z轴上的初始值

translationZ是动态值,是Z上的偏移变化

参考 http://stackoverflow.com/questions/29367804/difference-between-elevation-and-translationz

That is because the actual Z value is the sum of the elevation and the translationZ

In the docs the say elevation is "base z depth of the view" and this is a static variable, while translationZ is dynamic.

So elevation is your start value and for animations you should use translationZ.

 

elevation 和 translationZ的区别

标签:

原文地址:http://www.cnblogs.com/krislight1105/p/5041587.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!