Failed to execute 'animate' on 'Element': Partial keyframes are not supported
See original GitHub issueGetting this Below error, not sure what causing. Its shows when selecting value from dropdown
version : “ngx-chips”: “^1.5.8”,
<div class="formfieldsControl flight-number">
<tag-input formControlName="FlightsNumber" [placeholder]="'Flights'" [modelAsStrings]="true" [secondaryPlaceholder]="'Flights number and range'" [maxItems]='5' [onlyFromAutocomplete]="true">
<tag-input-dropdown [minimumTextLength]='3' [limitItemsTo]='4' [showDropdownIfEmpty]="true" [showDropdownIfEmpty]="true" [autocompleteItems]="FlightNumber">
</tag-input-dropdown>
</tag-input>
</div>
Error:
browser.es5.js:4670 Invalid keyframe value for property height: -16px
core.es5.js:1020 ERROR DOMException: Failed to execute 'animate' on 'Element': Partial keyframes are not supported.
Please someone help me to fix this issue 😦
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Failed to execute 'animate' on 'Element': Partial keyframes are ...
it works but an error is displayed in the console like: "Failed to execute 'animate' on 'Element': Partial keyframes are not supported." enter ......
Read more >Failed to execute 'animate' on 'Element': Partial keyframes are ...
It said "Partial keyframes are not supported", which means that you are trying to change two different css properties in keyframes in a...
Read more >Partial keyframes are not supported - JSFiddle
Error: Failed to execute 'animate' on 'Element': Partial keyframes are not ... <div ng-app="myApp"> ... <div class="container" ng-click="updateDom($event)">.
Read more >Failed to execute angular animate : Partial keyframes are not ...
ERROR DOMException : Failed to execute 'animate' on 'Element': Partial keyframes are not supported. I tried to google it without any success.
Read more >Failed To Execute 'Animate' On 'Element' - ADocLib
Failed To Execute 'Animate' On 'Element': Partial Keyframes Are Not Supported. The first of the two animations illustrates the use of partial keyframes....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Try using @disabled, Google it for correct usage
SOrry I am really not sure about this 😦