react配置文件不当报错
摘要:补充:react项目使用craco,配置后报错 过程:一度以为是craco版本问题,node版本问题等等 最后仔细读了报错发现问题的根源是:下图的文件加了注释的原因 & 总结: 不要害怕大段的报错,不要自以为是,要去仔细阅读报错日志 要提高英语阅读能力
阅读全文
clientWidth & scrollWidth:
摘要:clientWidth: 只读属性 Element.clientWidth 对于内联元素以及没有 CSS 样式的元素为 0;否则,它是元素内部的宽度(以像素为单位)。该属性包括内边距(padding),但不包括边框(border)、外边距(margin)和垂直滚动条(如果存在)。 在根元素(<htm
阅读全文
animation顺序 及案例
摘要:animation 属性是 animation-name,animation-duration, animation-timing-function,animation-delay,animation-iteration-count,animation-direction,animation-fil
阅读全文