graphscape
graphscape copied to clipboard
usage recommendKeyframes and recommendWithPath
Hi, we are trying to implement custom animations like count using gemini. Was thinking if recommendKeyframes
or recommendWithPath
are able to generate the spec sequence for custom animations: mean, count, median, etc. without manual generation.
I managed to create a sequence manually:
https://user-images.githubusercontent.com/6615532/145022389-d86e516e-8bdc-48df-8d2d-0a36eec0b249.mov
When I try those two functions, only original start and end frames are returned. See comment.
Thanks!
P.S. I opened this issue on gemini: https://github.com/uwdata/gemini/issues/16