Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS smooth animation issue

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #197340
    JonasLoerken
    Participant

    I build a HTML-Portfolio for my own. The problem is that the animation does not run smooth.

    Have a look on my Page: http://www.predatordesign.de/demo (Scroll Down to the Portfolio Section). Sometimes a border (or something like that) appears between my “portfolio-items” (screenshots below).

    Full Code: http://codepen.io/anon/pen/myjvBY

    Screenshot: http://www.predatordesign.de/demo/screen.png

    #197341
    Paulie_D
    Member

    The problem is that the animation does not run smooth.

    By “animation”, I assume you mean “transition”?

    …and what does “not smooth” mean?

    Couple of things.

    Firstly, I’m not sure why you are transitioning everything…you should only transition the properties that you actually want to transition.

    Secondly, why use float and inline-block at the same time…that’s not logical.

    Other than that, I’m not seeing the problem you describe in Chrome 41.0.2272.74 beta-m (64-bit)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.