千鋒前端浠浠呀老師HTML+CSS教程,零基礎(chǔ)web前端開發(fā)入門必看視頻

?/* 添加動畫 */
? ? ? ? /*animation-name: big;*/
? ? ? ? /* 添加動畫時間 */
? ? ? ? /*animation-duration: 2s;*/
? ? ? ? /* 設(shè)置動畫延遲 */
? ? ? ? /* animation-delay: 2s; */
? ? ? ? /* 設(shè)置時間曲線 */
? ? ? ? /* animation-timing-function: linear; */
? ? ? ? /* 設(shè)置動畫完成的次數(shù) */
? ? ? ? /* animation-iteration-count: infinite; */
? ? ? ? /* ========================================================infinite: 無限循環(huán) */
? ? ? ? /* 修改動畫的播放方向 */
? ? ? ? animation-direction: alternate;
? ? ? ? /* 屬性值:
? ? ? ? ? ? normal:默認值
? ? ? ? ? ? reverse:反向播放
? ? ? ? ? ? alternate:奇數(shù)次正向,偶數(shù)次反向
? ? ? ? ? ? /* ==================================================================重要 */
? ? ? ? /*alternate-reverse:奇數(shù)次反向,偶數(shù)次正向 */
? ? ? ? /* 設(shè)置動畫時間之外的樣式 ?*/
? ? ? ? /* animation-fill-mode: both; */
? ? ? ? /* 屬性值: forwards:當動畫運動完之后,保留最后一頓的樣式
? ? ? ? backwards:動畫開始之前,保留第一頓的樣式
? ? ? ? both:保留兩者 */
千鋒前端浠浠呀老師HTML+CSS教程,零基礎(chǔ)web前端開發(fā)入門必看視頻的評論 (共 條)
