Forum Discussion
fortheentries2
6 months agoCommunity Member
gsap transformOrigin not working in Storyline
Hi,
I'm trying to make an interactive graph where the user hovers over the bar on the graph and the height of the bar grows upwards with animation. I've been trying to use gsap with scaleY and tran...
JordanBest
6 months agoCommunity Member
Try this:
const box = object('abc');
gsap.set(box, {
transformOrigin: "bottom left",
display: "inline-block",
});
gsap.to(box, {
scaleY: 2,
});
DaveSundberg
6 months agoCommunity Member
Thanks,
That is essentially what I am doing. transformOrigin is not working. I have opened a ticket with Articulate.
Related Content
- 9 months ago
- 12 months ago
- 9 months ago
- 10 years ago