All work
- Replacing animate property to animation in css filesFLUID-6459
- Addition of a new store type to save data in LocalStorageFLUID-6458Sachin Chopra
- Error received when an ajax call back sets a model value on a component that has been destroyedFLUID-5834Resolved issue: FLUID-5834Antranig Basman
- The test written in IoC testing framework runs fine on its own but throws error in all-tests.htmlFLUID-5833Resolved issue: FLUID-5833Antranig Basman
4 of 4
Replacing animate property to animation in css files
Description
Environment
None
Attachments
1
Details
Assignee
UnassignedUnassignedReporter
Sachin ChopraSachin ChopraLabels
Original estimate
1hTime tracking
No time logged1h remainingComponents
Affects versions
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Sachin Chopra
Sachin ChopraLabels
Original estimate
1h
Time tracking
No time logged1h remaining
Components
Affects versions
Priority
Created February 28, 2020 at 1:58 PM
Updated February 28, 2020 at 4:07 PM
Activity
Show:
Sachin Chopra February 28, 2020 at 4:07 PM
Instead of animation, animation-duration should be used.
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