使用矩阵3d css转换和JavaScript

时间:2022-09-12 10:17:10

Hi i've been stuck for a while trying to reproduce the zooming and transitionary effects achieved here: http://f-k-a-twigs.tumblr.com/

嗨,我一直试图重现这里实现的变焦和过渡效果:http://f-k-a-twigs.tumblr.com/

I was wondering if anyone knew how to achieve this?

我想知道是否有人知道如何实现这一目标?

1 个解决方案

#1


0  

Which effect exactly? http://bouncejs.com/ is a solid generator that uses matrix3d. You can piece together your own animations and export the CSS from there.

究竟有哪些影响? http://bouncejs.com/是一个使用matrix3d的固体生成器。您可以拼凑自己的动画并从那里导出CSS。

Edit: Just noticed the scrolling effects you were talking about. If you're using jQuery you can hook your animations to the .scroll() event. See here: http://api.jquery.com/scroll/

编辑:刚刚注意到你正在谈论的滚动效果。如果你正在使用jQuery,你可以将你的动画挂钩到.scroll()事件。见这里:http://api.jquery.com/scroll/

#1


0  

Which effect exactly? http://bouncejs.com/ is a solid generator that uses matrix3d. You can piece together your own animations and export the CSS from there.

究竟有哪些影响? http://bouncejs.com/是一个使用matrix3d的固体生成器。您可以拼凑自己的动画并从那里导出CSS。

Edit: Just noticed the scrolling effects you were talking about. If you're using jQuery you can hook your animations to the .scroll() event. See here: http://api.jquery.com/scroll/

编辑:刚刚注意到你正在谈论的滚动效果。如果你正在使用jQuery,你可以将你的动画挂钩到.scroll()事件。见这里:http://api.jquery.com/scroll/