CSS3被拆分为"模块"。旧规范已拆分成小块,还增加了新的。 一些最重要CSS3模块如下: 1.选择器(.基本选择器,层次选择器,伪类选择器,伪元素,属性选择器,通配符) 2.盒模型(弹性盒子) 3.背景和边框(边框:圆角 阴影边框图像 背景:background-size,多重背景 ) 4.文字特 ...
分类:
Web程序 时间:
2018-05-08 22:15:42
阅读次数:
249
音乐播放图片旋转动画 ios不支持暂停: animation-play-state: paused; ...
分类:
移动开发 时间:
2018-05-08 19:35:23
阅读次数:
584
参考链接:https://blog.csdn.net/chailyuan/article/details/53292031 在下载一个较大的github项目以后,当该项目代码更新以后,我们想将更新的内容与本地的代码同步。这次终于找到一个可用的方法,赶紧记录一下。 0x01 查看远程分支 使用如下命令 ...
分类:
其他好文 时间:
2018-05-08 11:16:08
阅读次数:
146
看了一点点文档,看到导航部分 看了一点点文档,看到导航部分 写个小 demo 写个小 demo 想实现的效果 想实现的效果 创建项目 react-native init ReacNativeDemo 创建项目 react-native init ReacNativeDemo 在初始结构下添加了src ...
分类:
其他好文 时间:
2018-05-07 11:54:16
阅读次数:
233
今天写一个css动画时遇到一个mini难题,记录如下: 1.需求: 等待元素A的动画加载完,再加载B元素的动画 2.初始思路: 在B元素的动画属性上加上delay(延迟,使得这个延迟时间 = A元素动画的加载时间) 即:animation : bmove 1s .4s 1; (这里的.4s即dela ...
分类:
Web程序 时间:
2018-05-04 01:48:17
阅读次数:
195
其中'\A'其实指的是换行符中的LF字符,其unicode编码是000A,在CSS content属性中则直接写作'\A';换行符除了LF字符还有CR字符,其Unicode编码是000D,在CSS content属性中则直接写作'\D'。CR字符和LF字符分别指回车(CR)和换行(LF)。 更多方法 ...
分类:
其他好文 时间:
2018-05-03 19:27:05
阅读次数:
122
text-stroke:<' text-stroke-width '> || <' text-stroke-color '>(text-stroke-width:设置或检索对象中的文字的描边厚度、text-stroke-color:设置或检索对象中的文字的描边颜色) text-fill-color: ...
分类:
其他好文 时间:
2018-05-03 19:24:34
阅读次数:
232
style name=”AppBaseTheme” parent=”Theme.AppCompat.Light” 改为 改为 style name=”AppBaseTheme” parent=”android:Theme.Light” 同理,将 style name=”AppBaseTheme” p ...
分类:
移动开发 时间:
2018-05-03 17:23:26
阅读次数:
214
package cc.vv.btongbaselibrary.ui.view.imagepicker;import android.Manifest;import android.animation.Animator;import android.animation.AnimatorListener ...
分类:
移动开发 时间:
2018-05-02 16:00:22
阅读次数:
200
import android.animation.AnimatorSet;import android.animation.TimeInterpolator;import android.animation.TypeEvaluator;import android.animation.ValueAn ...
分类:
其他好文 时间:
2018-05-02 13:18:11
阅读次数:
155