上一页 1 ··· 343 344 345 346 347 348 349 350 351 ··· 491 下一页
摘要: We cover CSS keyframes and how to create them using TypeStyle. We then show how to use the keyframes function to create an animation. We also discuss 阅读全文
posted @ 2017-06-07 02:08 Zhentiw 阅读(436) 评论(0) 推荐(0)
摘要: Install: For example, we can store the sensitive information or env related information in a 'veriables.env' file: Then we can use dotenv to load thos 阅读全文
posted @ 2017-06-07 01:42 Zhentiw 阅读(437) 评论(0) 推荐(0)
摘要: We will demonstrate composing classes using the utility classes function. classes is also what we recommend for theming. Using pure CSS classes means 阅读全文
posted @ 2017-06-06 14:44 Zhentiw 阅读(267) 评论(0) 推荐(0)
摘要: In this lesson we'll show how to setup a .babelrc file with presets and plugins. Then create npm scripts that use babel-node and babel. With babel-pre 阅读全文
posted @ 2017-06-06 14:13 Zhentiw 阅读(236) 评论(0) 推荐(0)
摘要: The API for the store is really simple: There are two methods, set() & select(). Store: interface: Component: 阅读全文
posted @ 2017-06-06 01:58 Zhentiw 阅读(308) 评论(0) 推荐(0)
摘要: Just like pseudo-classes, pseudo-elements are added to selectors but instead of describing a special state, they allow you to style certain parts of a 阅读全文
posted @ 2017-06-05 19:02 Zhentiw 阅读(294) 评论(0) 推荐(0)
摘要: TypeStyle is a very thin layer on top of CSS. In this lesson we show how to change styles based on pseudo classes e.g. :focus :hover and :active which 阅读全文
posted @ 2017-06-05 18:54 Zhentiw 阅读(398) 评论(0) 推荐(0)
摘要: Media queries are very important for designs that you want to work on both mobile and desktop browsers. TypeStyle gives media queries special attentio 阅读全文
posted @ 2017-06-05 18:30 Zhentiw 阅读(361) 评论(0) 推荐(0)
摘要: TypeStyle’s style function allows you to give multiple objects as an argument. This provides a simple extensible reuse-ability model. We cover typesty 阅读全文
posted @ 2017-06-05 18:17 Zhentiw 阅读(253) 评论(0) 推荐(0)
摘要: TypeStyle is the only current CSS in JS solution that is designed with TypeSafety and TypeScript developer ergonomics in mind. In this lesson we will 阅读全文
posted @ 2017-06-05 18:12 Zhentiw 阅读(258) 评论(0) 推荐(0)
上一页 1 ··· 343 344 345 346 347 348 349 350 351 ··· 491 下一页