jfn_app/app/assets/javascripts/public.js.coffee
Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01:00

33 lines
599 B
CoffeeScript

#= require ./qi_shared/jquery.js
#= require ./qi_shared/jquery-ui.js
#= require ./slides.min.jquery
#= require ./qi_shared/jquery.easing.1.3
#= require_tree ./public/
$ ->
$(".slides").slides
slideSpeed : 1500
fadeSpeed : 500
play :8000
pause:2000
start:2
slideEasing : "easeInOutCubic"
$(".slider").live 'mouseenter', ->
$(this).find(".hover").fadeIn()
$(".slider").live 'mouseleave', ->
$(this).find(".hover").fadeOut()
$("a[rel^='prettyPhoto']").prettyPhoto
show_title: false
slideshow: false
social_tools: false
callback: ->
window.location = "#"