摘要: import { createMachine, assign, interpret } from "xstate"; const elBox = document.querySelector("#box"); const elBody = document.body; const assignPoi 阅读全文
posted @ 2020-07-29 20:02 Zhentiw 阅读(211) 评论(0) 推荐(0)
摘要: It uses " " as key, by default, this is the inital state, it often uses with 'cond' import { createMachine, assign, interpret } from "xstate"; const e 阅读全文
posted @ 2020-07-29 19:51 Zhentiw 阅读(193) 评论(0) 推荐(0)
摘要: In this lesson, we'll learn how to use CSS Clip Path to add a notch clip-path: polygon( 0% 10%, 10% 0%, /*topleft*/ 92% 0, 100% 8%, /*top right*/ 100% 阅读全文
posted @ 2020-07-29 15:21 Zhentiw 阅读(104) 评论(0) 推荐(0)
摘要: In this lesson, we cover how to replace the default text-decoration for links with an animated underline. We use multiple background images with a fix 阅读全文
posted @ 2020-07-29 14:53 Zhentiw 阅读(262) 评论(0) 推荐(0)