elementor / elementor/elementor

🐞 Bug report: Wrong Animation Out keys in the select control

Open
#18,575 0 comments 0 reactions 0 assignees View on GitHub
bug mod/b*
Dominant language
PHP
Stars
7.1k
Forks
1.6k
Avg merge
1d 5h
Merged PRs (30d)
193

Description

### Prerequisites

- [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [X] The issue still exists against the latest stable version of Elementor.

### Description

https://github.com/elementor/elementor/blob/master/includes/controls/exit-animation.php

In the exit animation **key** it's written "In" with every animation. Shouldn't it be "Out"?

### Steps to reproduce

Go to this file https://github.com/elementor/elementor/blob/master/includes/controls/exit-animation.php

Check the get_animations() function.

$animations = [
'Fading' => [
'fadeIn' => 'Fade Out',
'fadeInDown' => 'Fade Out Up',
'fadeInLeft' => 'Fade Out Left',
'fadeInRight' => 'Fade Out Right',
'fadeInUp' => 'Fade Out Down',
],
....
....

Here Value is for example 'Fade Out' and the key is 'fadeIn' where it should be 'fadeOut' according to the animate.css library.

### Isolating the problem

- [x] This bug happens with only Elementor plugin active (and Elementor Pro).
- [x] This bug happens with a Blank WordPress theme active ([Hello theme](https://wordpress.org/themes/hello-elementor/)).
- [x] I can reproduce this bug consistently using the steps above.

### System Info

Server Environment |   |  
-- | -- | --
Operating System: | Darwin |  
Software: | Apache/2.4.46 (Unix) OpenSSL/1.0.2u PHP/7.4.12 mod_wsgi/3.5 Python/2.7.13 mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_perl/2.0.11 Perl/v5.30.1 |  
MySQL version: | MySQL Community Server (GPL) v5.7.32 |  
PHP Version: | 7.4.12 |  
PHP Memory Limit: | 256M |  
PHP Max Input Vars: | 1000 |  
PHP Max Post Size: | 512M |  
GD Installed: | Yes |  
ZIP Installed: | Yes |  
Write Permissions: | All right |  
Elementor Library: | Connected

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.