mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 08:24:24 +01:00
Compare commits
No commits in common. "2ede929ad13ba27789904646b68fbae9824e89fb" and "5bb688581d7f3551d74e79de79c25c34f8a27f55" have entirely different histories.
2ede929ad1
...
5bb688581d
2 changed files with 12 additions and 1 deletions
|
@ -156,10 +156,21 @@ jQuery(function ($) {
|
|||
variableWidth: true
|
||||
});
|
||||
|
||||
/* ========================================================================= */
|
||||
/* Testimonial Carousel
|
||||
/* ========================================================================= */
|
||||
|
||||
$("#testimonials").slick({
|
||||
infinite: true,
|
||||
arrows: false,
|
||||
autoplay: true,
|
||||
autoplaySpeed: 4000
|
||||
});
|
||||
|
||||
/* ========================================================================= */
|
||||
/* animation scroll js
|
||||
/* ========================================================================= */
|
||||
|
||||
function myFunction(x) {
|
||||
if (x.matches) {
|
||||
var topOf = 50
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- id: artTitle
|
||||
translation: Art Works
|
||||
translation: My Works
|
||||
- id: blogTitle
|
||||
translation: Latest Post
|
||||
- id: tagsTitle
|
||||
|
|
Loading…
Reference in a new issue