开发者

function to return the opacity of div using YUI

开发者 https://www.devze.com 2023-02-20 14:24 出处:网络
Using YUI API, how to write a function to return the opacity of this htm开发者_开发问答l object?YUI 3.x

Using YUI API, how to write a function to return the opacity of this htm开发者_开发问答l object?


YUI 3.x

Y.one("div").getStyle("opacity");
Y.one("div").getComputedStyle("opacity");
0

精彩评论

暂无评论...
验证码 换一张
取 消