question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to execute 'animate' on 'Element': Partial keyframes are not supported

See original GitHub issue

Getting 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:closed
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Gbuompriscocommented, Nov 9, 2017

Try using @disabled, Google it for correct usage

0reactions
Gbuompriscocommented, Nov 18, 2017

SOrry I am really not sure about this 😦

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found