馃殌 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 馃挭

Task #2722 - Transitions

Let鈥檚 practice transitions of css property values. For div.box element, the following changes should occur on hover: width should be 400px, transition delay 1s, duration - 4s; height should be 400px, transition delay is 2s, duration - 4s; the corners should become 50% rounded, transition delay 2s, duration - 4s; background color should be #861657, transition delay should not be, duration should be 4s....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2723, Stage #1 - In the corners

Let鈥檚 add a simple animation. In it, the circle should move infinitely along the corners of the square. Let鈥檚 do a little preparation before the animation. One animation cycle of a div....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2723, Stage #2 - In the corners

Now let鈥檚 describe our circleMove animation in a keyframe. The starting position has already been specified. After a quarter of the time, the circle should move to the upper right corner....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2724, Stage #1 - Flipping card

Let鈥檚 animate the flipping of the card We鈥檒l do some preparation at the first step. Firstly, the back of the map (.face.back) must be rotated 180 degrees around the Y axis...

August 15, 2020 路 2 min 路 Coderslang Master

Task #2724, Stage #2 - Flipping card

We will turn the card over with trickery. If we just turn it over, it will sort of pop out a little ahead. To avoid this, we need to shift the center of the perspective to the right of the card element....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2725, Stage #1 - Star Wars. Episode I.

You鈥檝e probably watched the Star Wars movies. Now I will try to create this animation for the first episode. First of all, let鈥檚 prepare the markup for our page. Inside the body, add a div with class star-wars, inside it, add a div with class episode-intro....

August 15, 2020 路 2 min 路 Coderslang Master

Task #2725, Stage #2 - Star Wars. Episode I.

Now let鈥檚 add the stylesheet. The body tag should occupy the entire screen of the device, and everything beyond the body should be hidden. Use the only picture from the images folder for the background body....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2725, Stage #3 - Star Wars. Episode I.

Now let鈥檚 add the stylesheet. The body tag should occupy the entire screen of the device, and everything beyond the body should be hidden. Use the only picture from the images folder for the background body....

August 15, 2020 路 1 min 路 Coderslang Master

Task #3501 - The first expo app

Build Your First React Native App with Expo. The application must be named my_app. Do not change anything in the files of the created application - just send it for review....

August 15, 2020 路 1 min 路 Coderslang Master

Task #3511 - First Try

Go to App.js file. There is a Text element. Change the inner text of this document to My first React Native try. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 路 1 min 路 Coderslang Master