Changes between Version 4 and Version 5 of Ticket #15319


Ignore:
Timestamp:
Nov 4, 2018, 10:43:03 AM (5 years ago)
Author:
Consti P
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15319 – Description

    v4 v5  
    1 The Slide Effect works very beautifully except in the one case where one sets position: static on the element to move.
     1The Slide Effect works very beautifully except in the one case where one sets `position: static` on the element to move.
    22
    3 As position: static calculates the margins differently from position: absolute, the position of child elements change if margins are involved (overlaps).
     3As `position: static` calculates the margins differently from `position: absolute`, the position of child elements change if margins are involved (overlaps).
    44
    55https://jsfiddle.net/z6urx3av/