Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

disable all animation divi for mobile

@media (max-width: 480px) {	
	.et_pb_section, .et_pb_section *{
	animation:none !important;
	}
}
Source by mrdif.com #
 
PREVIOUS NEXT
Tagged: #disable #animation #divi #mobile
ADD COMMENT
Topic
Name
3+7 =