Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(animation): add framer motion to layer-selector #273

Merged
merged 7 commits into from
Mar 2, 2020

Conversation

KatvonRivia
Copy link
Member

No description provided.

@@ -14,6 +16,7 @@ import styles from './layer-selector.styl';
const LayerSelector: FunctionComponent = () => {
const dispatch = useDispatch();
const layers = useSelector(layersSelector);
const layerSelector = useSelector(showLayerSelector);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

showLayerSelector would be a better name

@@ -1,11 +1,20 @@
@require '../../../variables.styl'

@font-face
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only needed once

@KatvonRivia KatvonRivia merged commit 1890f70 into develop Mar 2, 2020
@KatvonRivia KatvonRivia deleted the feat/animation branch March 2, 2020 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants