anim:animate smil:from smil:to attributes implemented

This commit is contained in:
Kamil Kerimov
2023-07-23 03:43:51 +05:00
parent 0dc63d2629
commit 9705759618
4 changed files with 45 additions and 6 deletions

View File

@ -284,6 +284,9 @@ public:
_CP_OPT(std::wstring) smil_values_;
_CP_OPT(std::wstring) smil_key_times_;
_CP_OPT(std::wstring) smil_calc_mode_;
_CP_OPT(std::wstring) smil_from_;
_CP_OPT(std::wstring) smil_to_;
};
class anim_animate : public office_element_impl<anim_animate>
{