Skip to content

Instantly share code, notes, and snippets.

View CristianCala's full-sized avatar
Pure electricity

Cristian Cala CristianCala

Pure electricity
View GitHub Profile
@CristianCala
CristianCala / animations.js
Created September 16, 2022 20:29
Animaciones animejs
/* Health policy vector */
var rotateHeadWomanHealthPolicity = anime({
targets: '.cabeza-right',
translateY: [
{value: 5, duration: 1500},
],
translateX: [
{value: -8, duration: 1500},
],
rotate: [