http://pobbleplayground.webflow.io/balloons
hi all, does anyone know why after simply rotating the schools word image with an interaction does it pop the scale up a little at end of the roatation?
Edit: Seems to happen on chrome not safari
Thanks
http://pobbleplayground.webflow.io/balloons
hi all, does anyone know why after simply rotating the schools word image with an interaction does it pop the scale up a little at end of the roatation?
Edit: Seems to happen on chrome not safari
Thanks
Probably anti-aliasing. Doesn’t happen during transforms.
Usually those problems occur in Safari no chrome
i would try custom code like this which will force antialisasing at all times on the element
` -webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);``
Let’s see after that
thanks vincent, interestingly enough after doing all the other animations the issue resolved itself
refresh the page to see the balloons.
Cheers!
Nice anim, issue solved indeed.
I wanted to try such an anim with Tumult Hype, using their kinetic engine
Oh cool, hadn’t heard of this software. will ahve to giv eit a try. and super easy to embed into webflow i’m guessing
Not super easy, you still have to host the results somewhere. But it’s just normal to use a genuine timeline for animations that are a little complex.
Here’s an example of keyframed anim I did with Hype, integrated into a Webflow site: http://smartroute.webflow.io/
Here’s how it’s embeded:
Here’s how it looks on Hype:
That’s great, I can see how that wouldn’t be doable in webflow. Nice!!
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.