vendor/assets/src/js/atome/atome_helpers/atome_animate.js in atome-0.5.3.8.8 vs vendor/assets/src/js/atome/atome_helpers/atome_animate.js in atome-0.5.4.0.9
- old
+ new
@@ -1,7 +1,7 @@
const atomeAnimate = {
- animate: function(particle_found, duration,damping_ratio,ease, mass, repeat,stiffness, velocity,
+ animate: function(particle_found, duration,damping_ratio,ease, mass, repeat,stiffness, velocity,
start_value, end_value, atome_id, atome_found,atome_hash,original_particle,animation_atome) {
// console.log(start_value)
const {easing, styler, animate} = window.popmotion;