You can remove the fadeup-effect class from the front-page.php file. The widget should look like this –
genesis_widget_area( 'front-page-1', array(
'before' => '<div id="front-page-1" class="front-page-1"><div class="fp1 image-section"><div class="flexible-widgets widget-area fadeup-effect"><div class="wrap">',
'after' => '</div></div></div></div>',
) );
Here’s the part to remove – fadeup-effect
Let me know if that helps.