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

Task #2714, Stage #2 - 3D Cube

After the sides are turned, we only see the front of the cube. Well, the back, thanks to the transparency of the background. To make all the sides visible, we need to add a perspective with a depth of 400px....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2714, Stage #3 - 3D Cube

Let鈥檚 rotate our cube a little so that the inscriptions do not merge. The cube will be rotated around the X axis by -5 degrees. Do not forget that all other elements that we have transformed must remain in their 3D space....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2715 - What a view !!!

Let鈥檚 write a script and transformations that will open the window. When clicking on the button of an element with the class .blind, you need to add the class .opened....

August 15, 2020 路 2 min 路 Coderslang Master

Task #2721 - Netflix

Hovering over any item in the Netflix shows list should cause transition: the value of the margin-left property should become -300px; the value of the font-size property should be 32px....

August 15, 2020 路 1 min 路 Coderslang Master

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