Lines Matching defs:animation
19 #include <meta/interface/animation/builtin_animations.h>
20 #include <meta/interface/animation/intf_animation.h>
33 * @brief A base class which can be used by generic animation implementations.
197 * @brief A base class which can be used by animation container implementations.
322 void AddAnimation(const IAnimation::Ptr& animation) override
324 GetContainer().Add(animation);
326 void RemoveAnimation(const IAnimation::Ptr& animation) override
328 GetContainer().Remove(animation);
341 * @brief A base class which can be used by property animation implementations.
433 * @brief A base class which can be used by property animation implementations.