zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 217 forks source link

$offcanvas-animation-speed does not change the speed of grid-frame #790

Open phs92 opened 8 years ago

phs92 commented 8 years ago

The Offcanvas and the frame do not move at the same speed when changing the $offcanvas-animation-speed.

I fixed this by changing line 37 in the file _off-canvas.scss:

transition: transform 0.25s ease-out; to transition: transform $offcanvas-animation-speed ease-out;