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

pull all of maze.js's animation logic out into dedicated animationsController #20467

Merged
merged 4 commits into from Feb 13, 2018

Conversation

Hamms
Copy link
Contributor

@Hamms Hamms commented Feb 7, 2018

No description provided.

@Hamms Hamms force-pushed the maze-extract-animations-redo branch from 59d917b to f430e20 Compare February 8, 2018 20:23
@Hamms Hamms force-pushed the maze-extract-animations-redo branch 2 times, most recently from ec3d2cc to 50dc78f Compare February 9, 2018 20:23
@Hamms Hamms changed the base branch from maze-make-private to staging February 9, 2018 20:24
@Hamms Hamms changed the title [WIP pull all of maze.js's animation logic out into dedicated animationsController pull all of maze.js's animation logic out into dedicated animationsController Feb 9, 2018
Copy link
Contributor

@joshlory joshlory left a comment

Choose a reason for hiding this comment

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

🎉


module.exports = class AnimationsController {
constructor(maze, svg) {
this.maze = maze;
Copy link
Contributor

Choose a reason for hiding this comment

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

Long term is the plan to only pass in the options we need, vs. the entire Maze reference?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep!

@Hamms Hamms force-pushed the maze-extract-animations-redo branch from 77b70cc to 4f5be83 Compare February 13, 2018 01:32
@Hamms Hamms merged commit ac50e01 into staging Feb 13, 2018
@Hamms Hamms deleted the maze-extract-animations-redo branch February 13, 2018 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants