We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
根据规范,display完全无视animate,visibility等not specified。 假如有2帧不可计算的动画出现,在2帧之间的时间点,取哪一帧状态有个歧义。 先后改过多次,目前ide看来,所见即所得的观感,需要取上一帧,即当前帧。 如此统一,包括可计算的属性单位不同时,全部上一帧(当前帧)。
https://www.w3.org/TR/css-display-3/#propdef-display https://www.w3.org/TR/CSS2/visufx.html#visibility
The text was updated successfully, but these errors were encountered:
feat: 不可计算的css属性修改 #57
33a38c8
fix: test,以及points/controls先判空 #57
670edaf
army8735
No branches or pull requests
根据规范,display完全无视animate,visibility等not specified。
假如有2帧不可计算的动画出现,在2帧之间的时间点,取哪一帧状态有个歧义。
先后改过多次,目前ide看来,所见即所得的观感,需要取上一帧,即当前帧。
如此统一,包括可计算的属性单位不同时,全部上一帧(当前帧)。
https://www.w3.org/TR/css-display-3/#propdef-display
https://www.w3.org/TR/CSS2/visufx.html#visibility
The text was updated successfully, but these errors were encountered: