Skip to content

Плагин прокрутки текста при наведении курсора мыши

License

Notifications You must be signed in to change notification settings

DimNS/jQuery.SlideText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery.SlideText

Плагин прокрутки текста при наведении курсора мыши

Требования

  1. jQuery v3+

Установка

npm i jquery-slidetext

Подключение

<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>

<script type="text/javascript" src="dist/jquery.slidetext.min.js"></script>

Использование

CSS

.slidetext {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
}

.slidetext__content {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

HTML

<div class="container-example slidetext">
    <span class="slidetext__content">
        Не слишком длинный текст, буквально немного прокрутки.
    </span>
</div>

JavaScript

SlideText({
    'elbox'    : '.slidetext',
    'elcontent': '.slidetext__content',
    'speed'    : 177
});

About

Плагин прокрутки текста при наведении курсора мыши

Resources

License

Stars

Watchers

Forks

Packages

No packages published