| @@ -24,8 +24,12 @@ | ||
| 24 | 24 | 'layout' => $document->options->getLayout(), |
| 25 | 25 | 'rtl' => isset( $document->options->navigation->rtl ) ? $document->options->navigation->rtl : false |
| 26 | 26 | ]; |
| 27 | 27 | |
| 28 | + if ( $document->isBuildWithAI ) { | |
| 29 | + $attributes['disableAnimations'] = true; | |
| 30 | + } | |
| 31 | + | |
| 28 | 32 | if( isset( $document->options->sectionTransition->type ) ){ |
| 29 | 33 | $attributes['view'] = !empty( $document->options->sectionTransition->type ) ? $document->options->sectionTransition->type : 'basic'; |
| 30 | 34 | } |
| 31 | 35 | |