Welcome Guest, Not a member yet? Register   Sign In
Performance of CSS Transitions
#8

I'm going to say maybe on that one... I haven't looked at the code in detail. But as you said, the only difference are ease-in-out and multiple transitioning. You can absolutely do two transitions at the same time.

I'm using this one. There are a overlay fading and opening of a modal in this demo, see if it's lagging.
https://adminlte.io/themes/AdminLTE/page...odals.html

The only thing that differs (if you don't count position, color...) are that they specify all web browser standards.
Code:
-webkit-transition: right .3s ease-in-out;
-o-transition: right .3s ease-in-out;
transition: right .3s ease-in-out;
Reply


Messages In This Thread
Performance of CSS Transitions - by skunkbad - 03-02-2018, 03:13 PM
RE: Performance of CSS Transitions - by jreklund - 03-03-2018, 04:59 AM
RE: Performance of CSS Transitions - by skunkbad - 03-03-2018, 08:48 AM
RE: Performance of CSS Transitions - by jreklund - 03-03-2018, 02:24 PM
RE: Performance of CSS Transitions - by skunkbad - 03-03-2018, 04:08 PM
RE: Performance of CSS Transitions - by jreklund - 03-03-2018, 05:21 PM
RE: Performance of CSS Transitions - by skunkbad - 03-05-2018, 10:17 AM
RE: Performance of CSS Transitions - by jreklund - 03-05-2018, 11:22 AM
RE: Performance of CSS Transitions - by skunkbad - 03-05-2018, 02:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB