PATH:
home
/
fengshp
/
www
/
wp-content
/
themes
/
Divi
/
includes
/
builder
/
module
/
helpers
/
motion
<?php class ET_Builder_Module_Helper_Motion_Opacity extends ET_Builder_Module_Helper_Motion_Sanitizer { /** * @param string $value * * @return string */ protected function sanitize( $value ) { return min( 100, max( 0, (int) $value ) ) . '%'; } }
[+]
..
[-] .htaccess
[edit]
[-] Motion.php
[edit]
[-] Opacity.php
[edit]
[-] Translate.php
[edit]
[-] Scale.php
[edit]
[-] Sanitizer.php
[edit]
[-] Blur.php
[edit]
[-] Rotate.php
[edit]