Properties
Category
English
Similar Topics
Statistics
Comments
1
Participants
2
Subscribers
2
Votes
1
Views
435
Share
Answered
I'm using a point on a function to produce a GIF. The animation works when I press the play button on the point object in the algebra window, but when I use the ExportImage command it doesn't work and "point" is not recognised. Is it only possible to use "slider" as an argument with this command? The point object is called "P":
ExportImage("filename", "parabolanim.gif", "type", "gif", "Point", P, "loop", true, "time", 100, "width", 520)
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
I sure not
you can define t slider from 0 to 1 increasing 1/frames then redefine P=point(PathOfP,t) and use t for slider of exportimage
Comments have been locked on this page!