使用CSS3來實作Loading動畫特效的程式碼案例分享
程式碼如下:
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>css3 loading等待加载代码 - 何问起</title> <style> @keyframes move { from { transform: translate(0,50%); } to { transform: translate(0,850%); } } * { margin: 0; padding: 0; } body { min-width: 325px; height: 100vh; display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; align-content: flex-start; background: #2a2a2a; } figure { margin: 30px; width: 250px; height: 250px; border-radius: 50%; position: relative; background: #1c1c1c; } section { width: 10%; height: 100%; position: absolute; left: 45%; } section:nth-child(2) { transform: rotate(22.5deg); } section:nth-child(3) { transform: rotate(45deg); } section:nth-child(4) { transform: rotate(67.5deg); } section:nth-child(5) { transform: rotate(90deg); } section:nth-child(6) { transform: rotate(112.5deg); } section:nth-child(7) { transform: rotate(135deg); } section:nth-child(8) { transform: rotate(157.5deg); } figure p { height: 10%; border-radius: 50%; background: dodgerblue; animation: move 1s ease-in-out infinite alternate; } figure:nth-child(1) > section:nth-child(1) > p { animation-delay: -0.1875s; } figure:nth-child(1) > section:nth-child(2) > p { animation-delay: -0.175s; } figure:nth-child(1) > section:nth-child(3) > p { animation-delay: -0.1625s; } figure:nth-child(1) > section:nth-child(4) > p { animation-delay: -0.15s; } figure:nth-child(1) > section:nth-child(5) > p { animation-delay: -0.9375s; } figure:nth-child(1) > section:nth-child(6) > p { animation-delay: -0.925s; } figure:nth-child(1) > section:nth-child(7) > p { animation-delay: -0.9125s; } figure:nth-child(1) > section:nth-child(8) > p { animation-delay: -0.9s; } figure:nth-child(2) > section:nth-child(1) > p { animation-delay: -0.875s; } figure:nth-child(2) > section:nth-child(2) > p { animation-delay: -0.75s; } figure:nth-child(2) > section:nth-child(3) > p { animation-delay: -0.625s; } figure:nth-child(2) > section:nth-child(4) > p { animation-delay: -0.5s; } figure:nth-child(2) > section:nth-child(5) > p { animation-delay: -0.375s; } figure:nth-child(2) > section:nth-child(6) > p { animation-delay: -0.25s; } figure:nth-child(2) > section:nth-child(7) > p { animation-delay: -0.125s; } figure:nth-child(3) > section:nth-child(1) > p { animation-delay: -0.5s; } figure:nth-child(3) > section:nth-child(3) > p { animation-delay: -0.5s; } figure:nth-child(3) > section:nth-child(5) > p { animation-delay: -0.5s; } figure:nth-child(3) > section:nth-child(7) > p { animation-delay: -0.5s; } figure:nth-child(4) > section:nth-child(1) > p { animation-delay: -0.35s; } figure:nth-child(4) > section:nth-child(2) > p { animation-delay: -0.3s; } figure:nth-child(4) > section:nth-child(3) > p { animation-delay: -0.25s; } figure:nth-child(4) > section:nth-child(4) > p { animation-delay: -0.2s; } figure:nth-child(4) > section:nth-child(5) > p { animation-delay: -0.15s; } figure:nth-child(4) > section:nth-child(6) > p { animation-delay: -0.1s; } figure:nth-child(4) > section:nth-child(7) > p { animation-delay: -0.05s; } </style> <script src="js/prefixfree.min.js"></script></head><body> <figure> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> </figure> <figure> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> </figure> <figure> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> </figure> <figure> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> <section><p></p></section> </figure> <p style="text-align:center;margin:50px 0; font:normal 14px/24px 'MicroSoft YaHei';"> <p>适用浏览器:360、FireFox、Chrome、Opera、傲游、搜狗、世界之窗. 不支持Safari、IE8及以下浏览器。</p> <p>来源:<a href="http://hovertree.com/" target="_blank">何问起</a></p> </p></body></html>
以上是使用CSS3來實現Loading動畫特效的程式碼案例分享的詳細內容。更多資訊請關注PHP中文網其他相關文章!

两种方法:1、利用display属性,只需给元素添加“display:none;”样式即可。2、利用position和top属性设置元素绝对定位来隐藏元素,只需给元素添加“position:absolute;top:-9999px;”样式。

怎么制作文字轮播与图片轮播?大家第一想到的是不是利用js,其实利用纯CSS也能实现文字轮播与图片轮播,下面来看看实现方法,希望对大家有所帮助!

实现方法:1、使用“:active”选择器选中鼠标点击图片的状态;2、使用transform属性和scale()函数实现图片放大效果,语法“img:active {transform: scale(x轴放大倍数,y轴放大倍数);}”。

自适应布局又称“响应式布局”,是指可以自动识别屏幕宽度、并做出相应调整的网页布局;这样的网页能够兼容多个不同的终端,而不是为每个终端做一个特定的版本。自适应布局是为解决移动端浏览网页而诞生的,能够为使用不同终端的用户提供很好的用户体验。

css3中的动画效果有变形;可以利用“animation:动画属性 @keyframes ..{..{transform:变形属性}}”实现变形动画效果,animation属性用于设置动画样式,transform属性用于设置变形样式。

在css3中,可以利用“animation-timing-function”属性设置动画旋转速度,该属性用于指定动画将如何完成一个周期,设置动画的速度曲线,语法为“元素{animation-timing-function:速度属性值;}”。

本篇文章带大家一起深入了解一下CSS3中的新特性::target-text 选择器,聊聊该选择器的作用和使用方法,希望对大家有所帮助!

css3线性渐变可以实现三角形;只需创建一个45度的线性渐变,设置渐变色为两种固定颜色,一个是三角形的颜色,另一个为透明色即可,语法“linear-gradient(45deg,颜色值,颜色值 50%,透明色 50%,透明色 100%)”。


熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

AI Hentai Generator
免費產生 AI 無盡。

熱門文章

熱工具

mPDF
mPDF是一個PHP庫,可以從UTF-8編碼的HTML產生PDF檔案。原作者Ian Back編寫mPDF以從他的網站上「即時」輸出PDF文件,並處理不同的語言。與原始腳本如HTML2FPDF相比,它的速度較慢,並且在使用Unicode字體時產生的檔案較大,但支援CSS樣式等,並進行了大量增強。支援幾乎所有語言,包括RTL(阿拉伯語和希伯來語)和CJK(中日韓)。支援嵌套的區塊級元素(如P、DIV),

Safe Exam Browser
Safe Exam Browser是一個安全的瀏覽器環境,安全地進行線上考試。該軟體將任何電腦變成一個安全的工作站。它控制對任何實用工具的訪問,並防止學生使用未經授權的資源。

MinGW - Minimalist GNU for Windows
這個專案正在遷移到osdn.net/projects/mingw的過程中,你可以繼續在那裡關注我們。 MinGW:GNU編譯器集合(GCC)的本機Windows移植版本,可自由分發的導入函式庫和用於建置本機Windows應用程式的頭檔;包括對MSVC執行時間的擴展,以支援C99功能。 MinGW的所有軟體都可以在64位元Windows平台上運作。

記事本++7.3.1
好用且免費的程式碼編輯器

SublimeText3 Linux新版
SublimeText3 Linux最新版