+ 1
What should i do if i want to make my hsides border to little thick and add gardient animation to it
8 Réponses
+ 3
The following code shows one way. You can make this of course much finer.
https://code.sololearn.com/WFBu49ml7uOp/?ref=app
+ 2
It looks like the frame-attribute is deprecated in current html. I think you can just style the borders with css instead.
You could style them for example with an extra class for it and then but the animation just on this class!
+ 2
For direction change you can change the sign of angles to negative (-).
+ 2
Always can be used a full writting property and this belongs in our example to table:
table {
animation-direction: reverse;
}
+ 1
Thanks sir 👍 but if i want to make the top one border to move left to right and bottom one to right to left
+ 1
Why you don‘t play with this code and see what will happend.
0
Or reverse ?
0
Okay i check but where should i put this in keyframe all tags or some of above codes?