|
|
@ -74,12 +74,6 @@ const handleCooperation = (id, scale) => { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
const handleSwiper = (id, scale) => { |
|
|
|
// if (id == '#slide_five') {
|
|
|
|
// document.getElementById('main_img').style.transform = `scale(${1 / scale})`
|
|
|
|
// }
|
|
|
|
} |
|
|
|
|
|
|
|
export const animateCSS = (element, animation, prefix = 'animate__') => |
|
|
|
// We create a Promise and return it
|
|
|
|
new Promise((resolve, reject) => { |
|
|
|