You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like it would be useful if users could create a keyframe, and then if they highlight that keyframe and click some sort of corresponding button, a dialogue box would appear allowing them to enter the exact coordinates for that keyframe. This would involve:
adding a button ("enter exact value" or something like that) - very easy, maybe an hour tops
finding a way to give the component representing that button access to the keyframe's data for manipulation - This might be the tricky part, finding a way to pass the info from the dialogue box to the keyframe in a React friendly way (perhaps a half-day of work?)
The text was updated successfully, but these errors were encountered:
It seems like it would be useful if users could create a keyframe, and then if they highlight that keyframe and click some sort of corresponding button, a dialogue box would appear allowing them to enter the exact coordinates for that keyframe. This would involve:
The text was updated successfully, but these errors were encountered: