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

I also added vertical scrolling and setup the controls as an option #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

williamsodell
Copy link

Vertical Scrolling:
I first added dimensionData to hold the names of the functions and properties that are called to get dimension information.

I then added two helper functions Func and Prop to help with passing/receiving information from the functions and properties while using the dynamic dimensionData.

I then switched all references to use the two helper functions and the dimensionData object. A few of the animation objects had to be changed to create an object first, then set the property, and final then call the animation.

Controls Option:
I changed this to an option to give the user a little more flexibility.

Random Changes:
I fixed a few issues with creating variables twice. Not really a big issue, but my ide was giving me some grief.

Added vertical option to support variable height sliders as well as
variable width. Also added an option to specify the controls instead of
having it hard coded.
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

1 participant