cocapi72 / anivendo

html5 banner animation app
0 stars 0 forks source link

IDEA: allow user to select pivoting point. #8

Open emmanuelulloa opened 6 years ago

emmanuelulloa commented 6 years ago

For rotations is useful if we can select the "transform-origin" of the element either through a UI widget or a dropdown menu. screen shot 2018-01-31 at 6 16 55 pm

cocapi72 commented 6 years ago

Right now, transform-origin is not supported in Tween Functions.

But I am working on a Tween-Template-System with Template-Editor for experienced GSAP User. You can take a look here: https://anivendo.com/tweentemplate/editor.html Simply select something from "Template Editor" and click preview. You will see what I mean.

There will be a Template Gallery where users can download predefined Templates from experienced Users and import this ttpl-File in anivendo.

emmanuelulloa commented 6 years ago

I do not mean tweening the transform-origin, but just setting it in the style attribute: style="transform-origin: center bottom;"

cocapi72 commented 6 years ago

okay got you. I'll be putting that on the list!