hey,
i noticed that the way pico shows/hides the modal is via display:none/block property.
this method is very expensive since it involves DOM redraw.
i've read how-to-achieve-60-fps-animations-with-css3
and would be great to switch to transform and opacity way of doing things.
hey,
i noticed that the way pico shows/hides the modal is via
display:none/blockproperty.this method is very expensive since it involves DOM redraw.
i've read how-to-achieve-60-fps-animations-with-css3
and would be great to switch to
transformandopacityway of doing things.