Made by Nuro (personal portfolio)(madebynu.ro)

6 years ago from Noureddine Azhar, Designer

  • Eric BlattbergEric Blattberg, 6 years ago

    Seconded on the background color. A super-quick fade (maybe 100-200ms) could help make that less jarring, perhaps?

    1 point
    • Noureddine AzharNoureddine Azhar, 6 years ago

      Thanks for the feedback guys.

      I've purposely not used any javascript and because the background colour and images are attached to each corresponding project link fading them in instead of just changing from display: none to display: block might not be possible.

      But let me have a look and see what I can do. Again thanks for the feedback, really appreciate it!

      0 points
      • Jesse C.Jesse C., 6 years ago

        I reckon you'd be able to find a way to use CSS for it. I commend you for skipping JS too!

        1 point
        • Noureddine AzharNoureddine Azhar, 6 years ago

          Thanks Jesse, I actually found it to be much easier than I thought it would be. I ended up using the visibility property instead of display and then just animating the opacity.

          1 point
          • Jesse C.Jesse C., 6 years ago

            When you're not trying to centre something in CSS, it's not actually too bad. ;)

            1 point
    • Noureddine AzharNoureddine Azhar, 6 years ago

      Well that was easier that I made it out to be. Added a quick fade and it seems a little less in your face now.

      1 point