1.3.1 • Published 3 years ago

@indlekofer/media_scroll v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@indlekofer/media_scroll

Usage

import GET_SCROLL, { REDUCER as MEDIA_REDUCER } from '@indlekofer/media_scroll';

const mapStateToProps = (state) => {
  return {
    mediaScroll: state[MEDIA_REDUCER].get(GET_SCROLL) //mediaScroll -> {y = null, x = null, prevY = null, prevX = null}
  }
}

Function exports

init

setup

unset

config

Constant exports

REDUCER

GET_SCROLL (default)