transformKeyframesDeclarations

Type:Function
Status:beta
Since:1.0.0
Platform:js
@blackbyte.sugar.js.dom.style

Transforms KeyFrameRule to array of web animation compatible keyframes

Params

  1. keyFrameRule*-Object

    KeyFrameRule to transform

Return

  1. -Array

    Array of webanimation keyframes

Example

import { transformKeyframesDeclarations } from '@blackbyte/sugar/dom';

Todo

  • testsnormal