Mihael-Vlz
Постоялец
- Регистрация
- 22 Дек 2007
- Сообщения
- 70
- Реакции
- 9
- Автор темы
- #1
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Какая разница какой двиг, там же js и css копируешь и все) ну и сам код меню...А код может кто нибудь дать на DLE?
function colorOpen()
{
if (colorHeight > 0)
{
colorHeight += colorStep;
var rect = 'rect(auto, auto, '+ colorHeight +'px, auto)';
document.getElementById("n1").style.clip = rect;
timeoutId = setTimeout(colorOpen,colorTimeout);
}
if (colorHeight >= 50) {
clearTimeout(timeoutId);
}