alvarotrigo / fullPage.js

fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
http://alvarotrigo.com/fullPage/
GNU General Public License v3.0
35.21k stars 7.3k forks source link

menu is removed from header #458

Closed sentisoft closed 10 years ago

sentisoft commented 10 years ago

I have the problem with menu.. it is in header and I need this "active" option with menu... but when I add function for menu.. its removed from header??? http://prntscr.com/3k03sn

$('#fullpage').fullpage({
       anchors: ['firstPage', 'secondPage', '3rdPage', '4thpage', '5thpage', '6thpage', '7thpage', '8thpage', '9thpage', 'lastPage'],
       menu: '#menu',
});
sentisoft commented 10 years ago

sorry, I found the reason and issue :) the problem is that I have "css3: true" in function.. after I removed this, its work okay.. my mistake... but it is better to use "css3: true" or "false" .. I need this site to work fast and on all browsers and platforms because of this I add "css3: true" in function .. which is a safer and faster option "css3: true" or "css3:false"?

alvarotrigo commented 10 years ago

You should better ask in other places such as http://stackoverflow.com/.

css3:false uses jQuery for animations. Otherwise css3 transformations are used.