mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[no-issue] remove annoying dot at the end of search animation (#4226)
* remove annoying dot at the end of animation * bypass protractor for click search bar
This commit is contained in:
@@ -33,7 +33,7 @@ import { debounceTime, filter } from 'rxjs/operators';
|
||||
animations: [
|
||||
trigger('transitionMessages', [
|
||||
state('active', style({ transform: 'translateX(0%)', 'margin-left': '13px' })),
|
||||
state('inactive', style({ transform: 'translateX(81%)'})),
|
||||
state('inactive', style({ transform: 'translateX(82%)'})),
|
||||
state('no-animation', style({ transform: 'translateX(0%)', width: '100%' })),
|
||||
transition('inactive => active',
|
||||
animate('300ms cubic-bezier(0.55, 0, 0.55, 0.2)')),
|
||||
|
Reference in New Issue
Block a user