Forums

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

Home Forums CSS Foundation & Isotope Transition Animaiton & Breakpoint Issues Reply To: Foundation & Isotope Transition Animaiton & Breakpoint Issues

#184402
Soren
Participant

seriously try swapping these two scr…

<script src="isotope.pkgd.js"></script>
<script src="jquery.min.js"></script>

…ipts around like so ;)

<script src="jquery.min.js"></script>
<script src="isotope.pkgd.js"></script>