transition-auto icon indicating copy to clipboard operation
transition-auto copied to clipboard

After anim is done it jumps back to 0

Open Thomvl opened this issue 10 years ago • 0 comments

My css is more specific than the one you inject in the head, for me this little change fixes it ( setting auto to auto!important on the complete line)

styles.textContent = '[reveal] { -webkit-'+ au +'-moz-'+ au + au +'}' +
        '[reveal-transition="frame"] { -webkit-' + t + '-moz-' + t + t + 'height: auto; }' +
        '[reveal-transition="complete"] { height: auto!important; }' +
        '[reveal-transition]:not([reveal]) { -webkit-'+ ar +'-moz-'+ ar + ar +'}' +
        '@-webkit-' + r + '@-moz-' + r + r +
        '@-webkit-' + u + '@-moz-' + u + u;

Thomvl avatar Aug 21 '14 15:08 Thomvl