mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 16:34:21 +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
|
variableWidth: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/* ========================================================================= */
|
||||||
|
/* Testimonial Carousel
|
||||||
|
/* ========================================================================= */
|
||||||
|
|
||||||
|
$("#testimonials").slick({
|
||||||
|
infinite: true,
|
||||||
|
arrows: false,
|
||||||
|
autoplay: true,
|
||||||
|
autoplaySpeed: 4000
|
||||||
|
});
|
||||||
|
|
||||||
/* ========================================================================= */
|
/* ========================================================================= */
|
||||||
/* animation scroll js
|
/* animation scroll js
|
||||||
/* ========================================================================= */
|
/* ========================================================================= */
|
||||||
|
|
||||||
function myFunction(x) {
|
function myFunction(x) {
|
||||||
if (x.matches) {
|
if (x.matches) {
|
||||||
var topOf = 50
|
var topOf = 50
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- id: artTitle
|
- id: artTitle
|
||||||
translation: Art Works
|
translation: My Works
|
||||||
- id: blogTitle
|
- id: blogTitle
|
||||||
translation: Latest Post
|
translation: Latest Post
|
||||||
- id: tagsTitle
|
- id: tagsTitle
|
||||||
|
|
Loading…
Reference in a new issue