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

Why it does not affect to any value with new jsorrery object? #14

Open
nijatmursali opened this issue May 6, 2021 · 0 comments
Open

Comments

@nijatmursali
Copy link

Hello,

I'm trying to add new animate(speed) function in JSOrrery.js file to call the function from console by creating new jsorrery object, but it does not trigger the value from the class.

My code:

	animate(speed) {
		this.ticker.secondsPerTick = speed;
		this.ticker.setSecondsPerTick(speed);
	}

this has to change the speed of animation, but it does not do anything. Do you know why?

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

No branches or pull requests

1 participant