UNPKG

react-svg-morph

Version:

morph your svg component one into another other

11 lines (9 loc) 279 B
import MorphReplace from './MorphReplace'; import MorphTransitionResize from './MorphTransitionResize'; export default class MorphReplaceResize extends MorphReplace { constructor(props) { super(props); this.transitionElement = MorphTransitionResize; } }