怎样用js触发css的过渡效果

2024年11月16日 15:53
有1个网友回答
网友(1):

用js触发css的过渡效果可以用impress.js实现。

以下例子实现了基于CSS3变化和过度效果:

$.jmpress('template', 'arraytemplate', {
   x: 100, y: 100, scale: 2,
   children: [
       { x: 0, y: 150, scale: 0.2 },
       { x: 0, y: 450, scale: 0.3 }
   ]
});

支持现代浏览器Chrome,Safari和Firefox支持.