0
애니메이션되지 않습니다jQuery를 동위 원소의 첫 번째 필터는이 사이트에 벽돌로 필터링 동위 원소를 사용하고
http://ihavepinkhair.com/wp/blog/
필터가 잘 작동하고 잘 최초의 필터 이후 애니메이션,하지만 난 해요 세부 사람과 나는 첫 번째 필터가 제대로 움직이지 않는다는 사실을 극복 할 수 없다.
내 app.js는 다음과 같습니다
jQuery(document).ready(function($) {
// init Masonry
var $gridMason = $('.grid-mason').masonry({
// options
itemSelector: '.grid-item',
columnWidth: '.grid-sizer',
percentPosition: true,
transitionDuration: '0.8s'
});
// layout Masonry after each image loads
$gridMason.imagesLoaded().progress(function() {
$gridMason.masonry('layout');
});
// filtering
$('.filter-button-group').on('click', 'a', function(e) {
e.preventDefault();
var filterValue = $(this).attr('data-filter');
$gridMason.isotope({ filter: filterValue });
});
});
암 I없는 뭔가를?
덕분에, 자레드