Changes between Initial Version and Version 1 of Ticket #15319
- Timestamp:
- Nov 4, 2018, 10:34:52 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15319 – Description
initial v1 1 The Slide Effect works very beautifully except in the one case where one sets position: staticon the element to move.1 The Slide Effect works very beautifully except in the one case where one sets `position: static` on the element to move. 2 2 3 As position: static calculates the margins like inline-textand not like any other position the children of these elements shift.3 As `position: static` calculates the margins like `inline-text` and not like any other position the children of these elements shift. 4 4 5 5 https://jsfiddle.net/z6urx3av/