1996.9.17 — 2016.9.17
1999.6.22
Color Profiles, Multi-column, Paged Media
Mass(质量), Stiffness(刚度), Damping(阻尼), Initial Velocity(初速度)
See the Pen CSS spring animation demo by percyley by 一丝 (@yisi) on CodePen.
.foo {
offset-path: path('m232.771103, 329.79953c-102.829727,...');
}
See the Pen CSS Animate on SVG Path by 一丝 (@yisi) on CodePen.
See the Pen Twitter heart button animation by 一丝 (@yisi) on CodePen.
内网送花系统
See the Pen Underlines 8: SVG Filters by John D. Jameson (@johndjameson) on CodePen.
header .title:after {
content: '';
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(to right,
rgba(255, 255, 255, 0), #fff)
no-repeat 14em 0;
background-size: 2.1em 100%;
}
header .title {
mask: linear-gradient(to right,
#fff 14em, rgba(0, 0, 0, 0))
no-repeat;
}
See the Pen Applying a CSS and SVG mask by Vincent De Oliveira (@iamvdo) on CodePen.
See the Pen CSS radar animation by 一丝 (@yisi) on CodePen.
background-blend-mode
See the Pen CSS Background Blending Modes(CSS背景混合模式)翻译:一丝 by 一丝 (@yisi) on CodePen.
background-clip: text
See the Pen idea for newsletter by Ed (@ginfuru) on CodePen.
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
《CSS 布局大进化》