Creando nuevo contenido para mi App [ESP - ENG]
En estos últimos días he estado desarrollando una aplicación en react native para compilar una gran cantidad de cargadores a modo de animación y poder reutilizar el código en otras aplicaciones ya sea para mí o para otros desarrolladores.
Las animaciones en este marco de trabajo suelen ser muy difíciles de entender porque si uno viene del mundo del desarrollo web comprende que en un principio el elemento se debe crear y luego animarse pero aquí no funciona de esa manera.
Blockquote
Over the past few days, I've been developing a React Native application to compile a large number of loaders as animations so I can reuse the code in other applications, whether for myself or other developers.
Animations in this framework are often very difficult to understand because if you come from a web development background, you understand that the element must first be created and then animated, but that's not how it works here.
En este marco de trabajo los elementos que se van a animar tienen una pseudo existencia con esto me refiero a que los elementos están escritos en código pero al no darle un valor a su animación se les tiene que indicar que empiecen con un valor cero Y eso implica que este elemento no existe aún.
Blockquote
In this framework, the elements to be animated have a pseudo existence. By this I mean that the elements are written in code, but since their animation is not given a value, they have to be told to start with a value of zero. And that implies that this element does not yet exist.
Una vez que el elemento quiere un valor uno por ejemplo en el caso de la opacidad dicha animación sería desde un valor de la opacidad cero hasta uno lo cual provocaría una animación en la cual aparece y desaparece.
Blockquote
Once the element wants a value of one, for example in the case of opacity, said animation would be from an opacity value of zero to one, which would cause an animation in which it appears and disappears.

Para este caso en el que muestro se trata una animación en el cual el elemento se mueve en diferentes coordenadas Y esta es aún más complicada que el anterior mencionada.
Para este caso se le debe establecer a cada elemento un valor en las coordenadas lo cual implican que al principio debe ser cero en cada eje cartesiano.
Blockquote
For this case, the animation I'm showing is one in which the element moves in different coordinates. This is even more complicated than the previous one.
For this case, each element must be assigned a value in the coordinates, which means that it must initially be zero on each Cartesian axis.

Thanks for your contribution to the STEMsocial community. Feel free to join us on discord to get to know the rest of us!
Please consider delegating to the @stemsocial account (85% of the curation rewards are returned).
Consider setting @stemsocial as a beneficiary of this post's rewards if you would like to support the community and contribute to its mission of promoting science and education on Hive.