5 Commits

Author SHA1 Message Date
Benjamin Vray 87233c988b [FIX] website_animate: fix each time it becomes visible option
Before this commit, the option "each time it becomes visible" did not
work in edit mode.

task-2630112

closes odoo/design-themes#489

Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2021-08-23 10:00:09 +00:00
Benjamin Vray d8e547ceab [FIX] website_animate: fix drag n drop an animated snippet
Before this commit, when drag n drop a snippet to move it in a website
page, the snippet was invisible after the drop.

task-2215118

closes odoo/design-themes#7

Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2021-07-29 12:09:33 +00:00
Benjamin Vray 426882bc60 [FIX] website_animate: fix "rotate in down" animations
The animations "Rotate In-Down-Left" and "Rotate In-Down-Right" were
not done correctly because we were trying to get the position of the
element (by not taking CSS transforms into calculations) via the
matrix of the css transform and it does not work if there is a
transform-origin on the element.

task-2215118

closes odoo/design-themes#47

X-original-commit: ad7389630c
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2021-07-26 12:51:00 +00:00
Xavier-Do 0e6abe60f0 [FIX] *: add explicit license to all manifest
The license is missing in most enterprise manifest so
the decision was taken to make it explicit in all cases.
When not defined, a warning will be triggered starting from
14.0 when falling back on the default LGPL-3.

closes odoo/design-themes#42

Related: odoo/enterprise#19849
Related: odoo/odoo#74230
Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
2021-07-26 10:43:57 +00:00
Design a2747ad88b [ADD] theme 13.0 2021-05-11 15:59:09 +02:00