SYMBOL INDEX (11 symbols across 1 files) FILE: display.js constant WIDTH (line 11) | const WIDTH = screen.width; constant HEIGHT (line 12) | const HEIGHT = screen.height; constant DEFAULT_DURATION (line 14) | const DEFAULT_DURATION = 250; class Display (line 16) | class Display extends Component { method constructor (line 18) | constructor(props) { method onEndAnimation (line 24) | onEndAnimation(endState) { method shouldComponentUpdate (line 29) | shouldComponentUpdate(nextProps) { method componentWillUpdate (line 33) | componentWillUpdate(nextProps, nextState) { method enableStyle (line 51) | enableStyle() { method render (line 64) | render() { method componentDidUpdate (line 76) | componentDidUpdate(prevProps, prevState) {