

Also, higher leveled equipment tend to have more upgrade slots available to it. 2 Guide to increasing item enhancement chanceĮquipment with upgrade slots available can be upgraded with scrolls or Spell Traces to greatly increase the stats that piece of equipment has, both methods uses up an upgrade slot each time.cd-half-block element ( translateX(-100%) and translateX(100%) alternatively to :first-of-type and :nth-of-type(2)) so that they are moved outside the viewport. cd-section - have a height: 100vh (and position: static), they still occupy their own space (and that's way we can scroll the page).īesides, we assigned a translateX to each.

cd-block elements in order to place them on top of the screen (this way they are one on top of the other).

On desktop devices (viewport width more than 1170px) we assigned a position: fixed and a top: 0 to the. On small devices we didn't implement the curtain effect so you'll see a basic layout with the list of all the sections (you can give a look at the source code for more details). cd-half-block is always empty and is used to set the background-image, while the second contains the text paragraph. The HTML structure is quite basic: for each block of content we created a element containing a div.cd-block and 2 div.cd-half-block. Image credits: Picjumbo Creating the structure We didn’t use any CSS 3D property though, just the Scale and Translate transformations, controlled through jQuery. With this nugget we tried to “spice-up” the transition between the sections by simulating a movement along the z-axis while the user is scrolling (or using the 2 navigation buttons). On one side the text paragraph, on the other a visual element.

The 2-blocks design approach is quite common nowadays.
