You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: