Forums

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

Home Forums CSS Change in CSS messes up JQuery!?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #36328
    IndieHaz
    Member

    Hi,

    So when I add this bit of code, the Jquery plugin I’m using (masonry) stops working. It should make the items on my site line up like a grid but when I use this css it messes it up. The result is like the plugin isnt making an effect.


    transition-property: opacity;
    transition-duration: 0.5s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-property: opacity;
    -o-transition-duration: 0.5s;

    Any ideas? I need to figure out why!

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