PHP: Odd/Even
<?php if ( $i&1 ) { $animation = 'fadeInRight'; } else { $animation = 'fadeInLeft'; } ?>