implemented full bezier interpolation for keyframes
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
#include "keyframe.h"
|
||||
|
||||
|
||||
EffectKeyframe::EffectKeyframe() {
|
||||
pre_handle_x = -40;
|
||||
pre_handle_y = 0;
|
||||
post_handle_x = 40;
|
||||
post_handle_y = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user