+ 1

in which offset's property is used?

25th Feb 2017, 2:22 PM
AmgadAlaidy
AmgadAlaidy - avatar
1 Answer
+ 3
Sounds like a quizz question :P Offset is an experimental svg css shortcut property, to animate an svg element on a path... Else in html css, you have the 'outline-offset' property, used ( rarely ^^ ) to fine tune position of underlining... There is also a JQuery method called 'offset()', but for handling positionned elements ( defines properties left, right, top, bottom, associated with 'position' values other than 'static' ).
25th Feb 2017, 5:40 PM
visph
visph - avatar