Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

background_target...? #33

Open
geiris opened this issue Feb 2, 2014 · 0 comments
Open

background_target...? #33

geiris opened this issue Feb 2, 2014 · 0 comments

Comments

@geiris
Copy link

geiris commented Feb 2, 2014

i am calling a login form/a div, from index.html to show in flippy trought this:

$("#btn-login").on("click",function(e){
$(".flipbox").flippy({
color_target: "#131516",
direction: "bottom",
duration: "450",
content: $("#login").html(),
});
e.preventDefault();
});

now i want to change the "color_target" on line 3 to a image. its going to be the background and have the same css as the flippy box it self, because i made round corners on flippy box.

is it possible?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant