import React from 'react'; import TweenOne from 'rc-tween-one'; import OverPack from 'rc-scroll-anim/lib/ScrollOverPack'; import QueueAnim from 'rc-queue-anim'; import { Row, Col } from 'antd'; import { getChildrenToRender } from './utils'; import { isImg } from './utils'; class Footer extends React.Component { static defaultProps = { className: 'footer1', }; getLiChildren = (data) => data.map((item, i) => { const { title, childWrapper, ...itemProps } = item; return (