jqueryコードでtranslate3d effect
動作するようにコードを追加するにはどうすればよいですか?firefox.
if (st > lastScrollTop){
$('div#search-apartments #content-inner #search-box').attr('style', '-webkit-transform:translate3d(0, '+movepx+'px, 0)');
} else {
$('div#search-apartments #content-inner #search-box').attr('style', '-webkit-transform:translate3d(0, '+movepx+'px, 0)');
では、どのように、どこにコードを追加する必要があります"-**moz**-transform:translate3d(0, '+movepx+'px, 0)"
か??
ありがとう!