|
2 | 2 | layout: editorial
|
3 | 3 | chapter: 26
|
4 | 4 | pageNumber: 252
|
5 |
| -description: JavaScript animation resources, including libraries, tutorials, articles, and frameworks to create engaging animations. |
| 5 | +description: Recursos de animación de JavaScript, incluidas bibliotecas, tutoriales, artículos y marcos para crear animaciones atractivas. |
6 | 6 | ---
|
7 | 7 |
|
8 |
| -# Chapter 26 |
9 |
| -# Animation Resources |
| 8 | +# Capítulo 26 |
10 | 9 |
|
11 |
| -Animations in JavaScript are a powerful way to create engaging user experiences on the web. This chapter will cover various resources, including libraries, tutorials, articles, and frameworks, that assist developers in creating animations using JavaScript. |
| 10 | +## Recursos de animación |
12 | 11 |
|
13 |
| -## Introduction to JavaScript Animations |
| 12 | +Las animaciones en JavaScript son una forma eficaz de crear experiencias de usuario atractivas en la Web. En este capítulo se tratarán diversos recursos, incluidas bibliotecas, tutoriales, artículos y marcos de trabajo, que ayudan a los desarrolladores a crear animaciones con JavaScript. |
14 | 13 |
|
15 |
| -JavaScript animations allow developers to create dynamic, visually appealing web content. Animations can be used for various purposes, such as enhancing user interfaces, providing feedback, and making content more engaging. |
| 14 | +## Introducción a las animaciones de JavaScript |
16 | 15 |
|
17 |
| -### Libraries |
| 16 | +Las animaciones de JavaScript permiten a los desarrolladores crear contenido web dinámico y visualmente atractivo. Las animaciones se pueden utilizar para diversos fines, como mejorar las interfaces de usuario, proporcionar comentarios y hacer que el contenido sea más atractivo. |
18 | 17 |
|
19 |
| -JavaScript animation libraries make it easier to create complex animations. Here are some popular libraries: |
| 18 | +### Bibliotecas |
20 | 19 |
|
21 |
| -1. **[GSAP (GreenSock Animation Platform)](https://greensock.com/gsap/)**: A powerful library for creating high-performance animations. |
22 |
| -2. **[Anime.js](https://animejs.com/)**: A lightweight library for handling animations. |
23 |
| -3. **[Three.js](https://threejs.org/)**: A library for creating 3D animations. |
24 |
| -4. **[Velocity.js](http://velocityjs.org/)**: A fast animation engine. |
| 20 | +Las bibliotecas de animación de JavaScript facilitan la creación de animaciones complejas. Estas son algunas bibliotecas populares: |
25 | 21 |
|
26 |
| -### Tutorials |
| 22 | +1. **[GSAP (GreenSock Animation Platform)](https://greensock.com/gsap/)**: Una potente biblioteca para crear animaciones de alto rendimiento. |
| 23 | +2. **[Anime.js](https://animejs.com/)**: Una biblioteca ligera para gestionar animaciones. |
| 24 | +3. **[Three.js](https://threejs.org/)**: Una biblioteca para crear animaciones 3D. |
| 25 | +4. **[Velocity.js](http://velocityjs.org/)**: Un motor de animación rápido. |
27 | 26 |
|
28 |
| -To get started with JavaScript animations, check out these tutorials: |
| 27 | +### Tutoriales |
29 | 28 |
|
30 |
| -1. **[MDN Web Docs: Using CSS animations](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations)**: A comprehensive guide on CSS animations. |
31 |
| -2. **[JavaScript.info: JavaScript Animations](https://javascript.info/js-animation/)**: An introduction to JavaScript animations. |
32 |
| -3. **[GreenSock Learning Resources](https://greensock.com/learning/)**: Tutorials and resources for learning GSAP. |
| 29 | +Para comenzar a utilizar animaciones en JavaScript, consulte estos tutoriales: |
33 | 30 |
|
34 |
| -### Frameworks |
| 31 | +1. **[MDN Web Docs: Usando animaciones CSS](https://developer.mozilla.org/es/docs/Web/CSS/CSS_Animations/Using_CSS_animations)**: Una guía completa sobre animaciones CSS. |
| 32 | +2. **[JavaScript.info: JavaScript Animations](https://javascript.info/js-animation/)**: Una introducción a las animaciones de JavaScript. |
| 33 | +3. **[GreenSock Learning Resources](https://greensock.com/learning/)**: Tutoriales y recursos para aprender GSAP. |
35 | 34 |
|
36 |
| -Frameworks provide a structured approach to building animations. Some popular frameworks include: |
| 35 | +### Marcos de trabajo (Frameworks, en inglés) |
37 | 36 |
|
38 |
| -1. **[React Spring](https://react-spring.io/)**: A spring-physics based animation library for React. |
39 |
| -2. **[Framer Motion](https://www.framer.com/motion/)**: A production-ready motion library for React. |
| 37 | +Los marcos de trabajo proporcionan un enfoque estructurado para crear animaciones. Algunos marcos de trabajo populares son: |
40 | 38 |
|
41 |
| -In this chapter, we will explore the following topics in detail: |
| 39 | +1. **[React Spring](https://react-spring.io/)**: Una biblioteca de animación basada en física de resortes para React. |
| 40 | +2. **[Framer Motion](https://www.framer.com/motion/)**: Una biblioteca de movimiento lista para producción para React. |
42 | 41 |
|
43 |
| -* [Getting Started with GSAP](./gsap.md) |
44 |
| -* [Creating Animations with Anime.js](./animejs.md) |
45 |
| -* [3D Animations with Three.js](./threejs.md) |
46 |
| -* [Fast Animations with Velocity.js](./velocityjs.md) |
47 |
| -* [Using React Spring for Animations](./react-spring.md) |
48 |
| -* [Animating with Framer Motion](./framer-motion.md) |
| 42 | +En este capítulo, exploraremos los siguientes temas en detalle: |
49 | 43 |
|
50 |
| -Let's dive into each topic to understand how to use these resources effectively. |
| 44 | +* [Introducción a GSAP](./gsap.md) |
| 45 | +* [Creando animaciones con Anime.js](./animejs.md) |
| 46 | +* [Animaciones 3D con Three.js](./threejs.md) |
| 47 | +* [Animaciones rápidas con Velocity.js](./velocityjs.md) |
| 48 | +* [Uso de React Spring para animaciones](./react-spring.md) |
| 49 | +* [Animación con Framer Motion](./framer-motion.md) |
| 50 | + |
| 51 | +Profundicemos en cada tema para comprender cómo utilizar estos recursos de manera efectiva. |
0 commit comments