FLUID-6459: Replacing animate property to animation in css files

Metadata

Source
FLUID-6459
Type
Improvement
Priority
Minor
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Sachin Chopra
Created
2020-02-28T08:58:13.604-0500
Updated
2020-02-28T11:07:15.463-0500
Versions
  1. 1.5.1
Fixed Versions
N/A
Component
  1. Inline Edit

Description

There is no animate property in CSS. It should be renamed to animation.

The requisite changes are to be made in the following file:

https://github.com/fluid-project/infusion/blob/master/src/components/textfieldControl/css/TextfieldSlider.css

Attachments

Comments

  • Sachin Chopra commented 2020-02-28T11:07:15.463-0500

    Instead of animation, animation-duration should be used.