第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

meta name="theme-color" 的動(dòng)畫(huà)

meta name="theme-color" 的動(dòng)畫(huà)

德瑪西亞99 2023-02-17 10:25:16
我想使用由多種顏色組成的動(dòng)畫(huà),例如<meta name="theme-color" content="..."> :#87CEFA、#1E90FF、#4169E1...是否可以theme-color在 Android 上的 Chrome 中設(shè)置動(dòng)畫(huà)?
查看完整描述

1 回答

?
慕村225694

TA貢獻(xiàn)1880條經(jīng)驗(yàn) 獲得超4個(gè)贊

最后,我使用以下 JavaScript 代碼找到了解決此問(wèn)題的方法。使用此代碼,瀏覽器 URL 欄上的 3 種主題顏色會(huì)動(dòng)態(tài)變化。


var themeColorTest = new function() {

  function e() {

    "#87CEFA" === $themeColor.content ? $themeColor.content = "#1E90FF" : "#1E90FF" === $themeColor.content ? $themeColor.content = "#4169E1" : $themeColor.content = "#87CEFA",

      setTimeout(e, 500)

  }

  this.init = function() {

    $themeColor = document.querySelector("meta[name='theme-color']"),

      e()

  }

};

themeColorTest.init();

<!DOCTYPE html>

<html>


<head>

  <meta charset="utf-8">

  <title>Animation of meta name theme-color</title>

  <meta name="theme-color" content="#87CEFA" />

</head>


<body>

  <p>More info on the <code>theme-color</code> meta tag is at this <a href="https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android?hl=en">Google Developers Blog Post</a>.</p>

</body>


</html>


查看完整回答
反對(duì) 回復(fù) 2023-02-17
  • 1 回答
  • 0 關(guān)注
  • 231 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢(xún)優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)