Portfolio Rogie King(rog.ie)

over 6 years ago from Andreas Storm, Designer

  • Thomas Michael SemmlerThomas Michael Semmler, over 6 years ago

    I like the visual approach, its super bubbly, which is very nice to see, as nowadays everyone tries to look basically like the next designer. I like the animation, though you have hardware acceleration issues on chrome; the footer blinks when you interact with the icons below, that happens because they are not on their own rendering layer. Try working with will-change and the contain property, to solve this.

    then you have this selector: .view>*.current, which is super weird, as it is exactly the same as writing .view > .current, as both select any direct child from .view with the class .current. Did you write the css yourself?

    3 points
    • Rogie KingRogie King, over 6 years ago (edited over 6 years ago )

      Very helpful, Thomas. Appreciate all that effort and thoughtfulness from you. .view >*.current as a result of scss nesting (UGH). Star selectors are like...not the best, I know. I'll alter it. Thanks also so much for your tips on will-change!

      Also, appreciate the hat tip on the thinks you did like! It was absolutely aiming at being visual, bubbly and fun!

      2 points