We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Credit for all this goes to Abulafia
class Test(Scene): def construct(self): weird = DecimalNumber(0.1234, num_decimal_places=4) weird.add_updater(lambda m, dt: m.rotate(0.2*dt) ) self.add(weird) self.play(ChangeDecimalToValue(weird, 0.5678), run_time=5)
It is explained in this forum post: https://discord.com/channels/581738731934056449/1252654031634173983/1252963107840725025
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Credit for all this goes to Abulafia
MRE
Explanation of Cause
It is explained in this forum post:
https://discord.com/channels/581738731934056449/1252654031634173983/1252963107840725025
The text was updated successfully, but these errors were encountered: