Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery Quicksand jumpy while in transition
    primarykey
    data
    text
    <p>I'm having a similar issue as this... <a href="https://stackoverflow.com/questions/10302280/css-bubbling-while-using-jquery-quicksand">CSS bubbling while using jQuery Quicksand</a>. When I hit filter the &lt;li> gets a position absolute and a <code>top: 206</code> and slides back up to 0 after the transition is complete it looks fine. But the &lt;li> is jerky or jumpy while moving. Is this a CSS issue? I have a <code>float: left</code> on every item like they mention in the attached link to the other "bubbling" question. </p> <p>Here is my CSS. </p> <pre><code>ul.filter li { float:left; margin-right:20px; margin-bottom: 20px; list-style-type: none; font-size: 17px; } ul.filterable-grid{ float: left; } ul.filterable-grid li { width:295px; float: left; margin-right:10px; list-style-type: none; text-transform: uppercase; padding: 10px 10px 10px 10px; border: 3px solid; display: block; } </code></pre> <p>Here is my markup when viewing the source. </p> <pre><code>&lt;ul class="filterable-grid clearfix"&gt; &lt;li class="portfolio-item" data-id="id-2" data-type="filter-two "&gt; &lt;a rel="prettyPhoto[gallery]" href="http://localhost:8888/BVH/wp-content/uploads/2013/03/1.jpg"&gt; &lt;img width="500" height="500" src="http://localhost:8888/BVH/wp-content/uploads/2013/03/1.jpg" class="attachment-portfolio wp-post-image" alt="1" /&gt; &lt;/a&gt; &lt;p&gt;&lt;a href="http://localhost:8888/BVH/?portfolio=testing2"&gt;Testing2&lt;/a&gt;&lt;/p&gt; &lt;/li&gt; &lt;li class="portfolio-item" data-id="id-3" data-type="filter-one "&gt; &lt;a rel="prettyPhoto[gallery]" href="http://localhost:8888/BVH/wp-content/uploads/2013/03/1.jpg"&gt; &lt;img width="500" height="500" src="http://localhost:8888/BVH/wp-content/uploads/2013/03/1.jpg" class="attachment-portfolio wp-post-image" alt="1" /&gt; &lt;/a&gt; &lt;p&gt;&lt;a href="http://localhost:8888/BVH/?portfolio=testing"&gt;Testing&lt;/a&gt;&lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload