const React = require('react'); const ReactDOM = require('react-dom'); import { QueueAnim, Icon, Button } from '../index'; import ScrollOverPack from 'rc-scroll-anim/lib/ScrollOverPack'; import EventDispatcher from 'rc-scroll-anim/lib/EventDispatcher'; import TweenOne from 'rc-tween-one'; // 导航处理 function scrollNavEvent() { console.log(document.body.scrollTop); const scrollTop = document.body.scrollTop || document.documentElement.scrollTop; const clientHeight = document.documentElement.clientHeight; if (scrollTop >= clientHeight) { header.className = header.className.indexOf('home-nav-bottom') >= 0 ? header.className : header.className + ' home-nav-bottom'; } else { header.className = header.className.replace(/home-nav-bottom/ig, ''); } } EventDispatcher.addEventListener('scroll.scrollNavEvent', scrollNavEvent); class Banner extends React.Component { constructor() { super(...arguments); } typeFunc(a) { if (a.key === 'line') { return 'right'; } else if (a.key === 'button') { return 'bottom'; } return 'left'; } render() { return (
DESIGN
一个 UI 设计语言
近一年的中后台设计实践,积累了大量的优秀案例。
总结中后台设计中反复出现的问题,并提供相应的解决方案。
丰富而且灵活的基础组件,为业务产品提供强有力的设计支持。
这是一套致力于提升『用户』和『设计者』使用体验的中后台设计语言。