Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

J

jotundes

@jotundes
About
Posts
6
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • multiple carousel + each caption on hover
    J jotundes

    @arminunruh thank you! guess css even better and faster

    General Discussion

  • multiple carousel + each caption on hover
    J jotundes

    anyone with similar problem:
    the solution is to give each carousel an id and then you can target the caption with the help of the id in jquery for example:

    jQuery(document).on("mouseenter", "#carousel-id", function(event) {
    	jQuery("#carousel-id .lay-carousel-sink-parent").animate({ opacity: 1 }, 1000);
    });
    jQuery(document).on("mouseleave", "#carousel-id", function(event) {
    jQuery("#carousel-id .lay-carousel-sink-parent").animate({ opacity: 0 }, 1000);
    });
    
    General Discussion
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search