Reply To: Slider doesn't scale button layers

#10005304
Support
Keymaster

Hello, a good way to do that is to set the tp-caption in the link itself, like this:

<a class="tp-caption customin btn btn-lg btn-primary main-button" href="my-link.html"
	data-x="center" data-hoffset="0"
	data-y="250"
	data-customin="x:0;y:0;z:0;rotationX:90;rotationY:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"
	data-speed="800"
	data-start="1700"
	data-easing="Back.easeInOut"
	data-endspeed="300">
		Get Started Now!
</a>

Let me know if you need further assistance.

Kind Regards, Jonas