css3 built-in functions include: calc(), cubic-bezier(), hsl(), hsla(), linear-gradient(), radial-gradient(), rgba(), var(), max (), min(), cycle(), etc.
#The operating environment of this tutorial: Windows 7 system, css3 version, Dell G3 computer.
Tutorial recommendation: css video tutorial
css3 built-in functions are:
calc(), cubic-bezier() , hsl(), hsla(), linear-gradient(), radial-gradient(), repeating-linear-gradient(), repeating-radial-gradient(), rgba(), var(), max(), min (), cycle(), etc.
Introduction to some built-in functions of css3:
##Extended information: css function
- Attribute function: attr();
- Background image function: linear-gradient(), radial-gradient(), conic-gradient(), repeating-linear-gradient(), repeating-radial-gradient(), repeating-conic-gradient(), image-set(), image(), url(), element();
- Color functions: rgb(), rgba(), hsl(), hsla(), hwb(), color-mod();
- Graphic functions: circle( ), ellipse(), inset(), polygon(), path()
- Filter functions: blur(), brightness(), contrast(), drop-shadow() , grayscale(), hue-rotate(), invert(), opacity(), saturate(), sepia();
- Conversion function: matrix(), matrix3d(), perspective(), rotate(), rotate3d(), rotateX(), rotateY(), rotateZ(), scale(), scale3d(), scaleX(), scaleY(), scaleZ(), skew(), skewX( ), skewY(), translate(), translateX(), translateY(), translateZ(), translate3d();
- Mathematical functions: calc(), min(), max (), mixmax(), repeat();
- Easing function: cubic-bezier(), steps();
- Others Functions: counter(), counters(), toggle(), var(), symbols().
For more programming-related knowledge, please visit:
Introduction to Programming! !
The above is the detailed content of What built-in functions does css3 have?. For more information, please follow other related articles on the PHP Chinese website!