|
static double | back_interpolate (double y1, double y2, double t, ease_type ease) |
|
static double | bounce_interpolate (double y1, double y2, double t, ease_type ease) |
|
static double | circular_interpolate (double y1, double y2, double t, ease_type ease) |
|
static mlt_time_format | default_time_format () |
|
static double | elastic_interpolate (double y1, double y2, double t, ease_type ease) |
|
static double | exponential_interpolate (double y1, double y2, double t, ease_type ease) |
|
static int | interpolate_item (mlt_animation_item item, mlt_animation_item p[], double fps, mlt_locale_t locale) |
|
static double | interpolate_value (double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, double t, mlt_keyframe_type type) |
|
static const char * | keyframe_type_to_str (mlt_keyframe_type t) |
|
static void | mlt_animation_clear_string (mlt_animation self) |
|
static double | power_interpolate (double y1, double y2, double t, double order, ease_type ease) |
|
static double | sinusoidal_interpolate (double y1, double y2, double t, ease_type ease) |
|
static mlt_keyframe_type | str_to_keyframe_type (const char *s) |
|
Property Animation class definition.
- See also
- mlt_animation_s
Copyright (C) 2004-2023 Meltytech, LLC
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA