Tagged: x
-
AuthorPosts
-
August 26, 2016 at 2:26 am #1147892
pdopchevParticipantHi guys,
Is it possible to have an animation to a button like the “Support Policy” button on this page: https://www.themepunch.com/support-center/
Thanks!
August 26, 2016 at 2:49 am #1147906
RadModeratorHi there,
Thanks for writing in.
Yes, it’s possible through rev. slider’s animation. The CSS responsible for that is this
a.tp-transparent-button-white i { font-size: 39px; color: #fff; left: 5px; -webkit-transition: left 0.2s ease-in-out; -moz-transition: left 0.2s ease-in-out; -o-transition: left 0.2s ease-in-out; -ms-transition: left 0.2s ease-in-out; } a.tp-transparent-button-white:hover i { left: 15px; }And the button code is this,
<a class="tp-btn tp-transparent-button-white onepager-link" href="#policy">Support Policy <i class="pe-7s-right-arrow"></i></a>Though, you may need to replace the icon to this,
<a class="tp-btn tp-transparent-button-white onepager-link" href="#policy">Support Policy <i class="x-icon x-icon-right-arrow" data-x-icon=""></i></a>Thanks!
August 30, 2016 at 12:57 am #1152844
pdopchevParticipantThanks, will test it and let you know how it goes!
August 30, 2016 at 2:26 am #1152909
RupokMemberThanks for updating. Surely let us know how it goes.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1147892 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
