html CodePen快捷方式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html CodePen快捷方式相关的知识,希望对你有一定的参考价值。

//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js
//cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenMax.min.js
//s3-us-west-2.amazonaws.com/s.cdpn.io/28963/DrawSVGPlugin.min.js
//s3-us-west-2.amazonaws.com/s.cdpn.io/28963/SplitText.min.js
//s3-us-west-2.amazonaws.com/s.cdpn.io/16327/MorphSVGPlugin.min.js?r=10
<input type='range' id='x1' value='7' min='1' max='13' />
<input type='range' id='x2' value='25' step='25' />


input#toggle-heart(type='checkbox')
label(for='toggle-heart' aria-label='like') ❤


<!-- BABEL

const _HUE = document.getElementById('hue');

function update() {
  document.documentElement.style.setProperty('--hue', +_HUE.value);
};

_HUE.addEventListener('input', update, false);
_HUE.addEventListener('change', update, false);


PUG

- var initial_hue = 35;

form
	input(type='range' id='hue' value=`${initial_hue}` max='360')
	label(for='hue') hue
	
	-->

以上是关于html CodePen快捷方式的主要内容,如果未能解决你的问题,请参考以下文章

HTML 获取选择选项的名称

html HTML快捷方式文件

YouTube 播放列表在单个页面上嵌入多个播放列表的脚本 (jQuery/CSS/HTML + CodePen)

html 响应表(来源:https://codepen.io/geoffyuen/pen/FCBEg)

iOS开发 如何创建快捷方式

html 移动菜单切换按钮| http://codepen.io/agragregra/pen/bEbbmZ