File Editor
Directories:
.. (Back)
Files:
Blur.php
Motions.php
Opacity.php
Rotate.php
Sanitizer.php
Scale.php
Translate.php
Create New File
Create
Edit File: Rotate.php
<?php class ET_Builder_Module_Helper_Motion_Rotate extends ET_Builder_Module_Helper_Motion_Sanitizer { /** * @param string $value * * @return string */ protected function sanitize( $value ) { return min( 0, (int) $value ) . 'deg'; } }
Save Changes
Rename File
Rename