April 5, 2023

Инструмент для создания своих анимаций появления Taplink

Видео: https://www.youtube.com/watch?v=Wsj5KjJXTJc

Код-редактор:

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/> 
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script>
  <link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" rel="stylesheet"/>
<script src="https://onthewaytothesun.ru/projects/web/getscript/animateTaplink.min.js">

</script>
<style>
  .result-code {
position:fixed;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  flex-direction:column;
  bottom:20px;
  z-index:1000;
  width:350px;
  gap:10px;
}
   .result-code button {
width:100px;
}
  @media (max-width:480px) {
   .result-code {

  bottom:40px;
}
  }
body,.block-item {
position:relative;
}
.change-anim {
position:absolute;
  right:0;
  top:0;
}
  .copy-pls {
cursor:pointer;
}
</style>