Questions tagged [animsition]

A jQuery plugin for CSS animated page transitions

Animsition is a jQuery plugin for CSS animated page transitions


Documentation :

14 questions
5
votes
1 answer

Working with Animsition and Infinite Scroll js

I am using infinite scroll js (with behaviour set to twitter) to load in new contents on the index page. My concern is, how do I re-initiate animistion on the new posts that are being loaded via infinite scroll? I have described in detail the page…
3
votes
1 answer

jQuery Plugins not working with Angular Router (Animsition)

I'm trying to get the Animsition plugin working in an Angular project. The loader is stuck and the view doesn't load. The jQuery plugin is in a directive, and works as separate HTML files without Angular routing. But I want to get it to work WITH…
Craig O. Curtis
  • 1,193
  • 1
  • 17
  • 30
2
votes
0 answers

Turn blivesta animsition menu into off canvas (push body) menu

The menu works fine, but the menu overlays my content and i would like to see that it's pushing my content to the right, like an off-canvas menu. Edit: The inside anchor problem is solved here (thanks to @polamoros): Scroll to top after click My…
Jorus
  • 127
  • 1
  • 13
1
vote
3 answers

Undefined page opening on clicking jquery datepicker next event

I am making a webpage and have used jquery-3.2.1.min.js , jquery-ui.min.js and animsition.min.js. I am using datepicker for capturing date using following code :- $(document).ready(function() { $("#datepicker").datepicker({ dateFormat: "dd-mm-yy"…
1
vote
0 answers

Uncaught TypeError: jQuery(...).animsition is not a function

I'm trying to make effect in my page using Animsition plugin but that does not work. Here is my code:
Manel Chaabene
  • 187
  • 1
  • 2
  • 14
1
vote
1 answer

Issue to get animsition plugin working

I'm trying to get the animsition to work on my web page for smooth page transition, unfortunately it does not work at all (nothing happens) Both the CSS and the JS of the plugin are loaded. Same for query. The error console does not return any…
Greg
  • 2,937
  • 9
  • 47
  • 96
0
votes
1 answer

Opening href anchor tag with window.open() function dilemma

so basically I would like to create a sort of animation whenever I open new pages. I came across this jquery plugin (animsition.js) which basically take care of all the complicated stuff for me, nice. The problem that I'm having now is that this…
Ignorant23
  • 101
  • 6
0
votes
1 answer

Animsition doesn't work well with angular ui-router

I want to make loading page everytime i go to another page, so i want to use animsition, but it doesn't load the view When i see the url, at first it already change to localhost/home --> localhost/product, but suddenly it will reload again and go to…
0
votes
1 answer

Deep link animsition

I have integrated "animsition.js" to my website, it work fine but some link don't work in "fade out" effect. I post my code:
0
votes
1 answer

animsition plugin keeps on preloading

I started using animsition today and everything looked simple at first. However, when I used it on my html code, the animsition wouldn't work and it kept on preloading. Html body
text
NirabhroMakhal
  • 115
  • 1
  • 10
0
votes
1 answer

Smooth page transition with animsition

I'm using animsition for page transitions. There is something that I'm not clear with in the instructions. How can I apply a fade-out-right effect for everything hyperlink without having to do this for each link? :
Greg
  • 2,937
  • 9
  • 47
  • 96
0
votes
1 answer

add page transition instead of link transition using jquery blivesta animsition

I'am using blivesta animsition to add a page transition. But the thing is that I have a link transition at the moment, can anyone help me to create a page transition instead of a link transition. I can't figure it out…
Melissa
  • 3
  • 2
0
votes
1 answer

Animsition and Wow JS

I’ve created a new version of my website. I have two problems with the final version. First problem: To sum up, I use the Animsition plugin to start the CSS fade transition between pages and when I scroll, I use the WOW library and Animate.css to…
0
votes
1 answer

Animsition jQuery plugin for CSS animated page transitions vs jquery Masonry

I'm building a multi page site, and really love the page transition effect that the plugin Animsition allows. However on a page I used the jquery Masonry plugin. When I first open this page the layout is fine, but when I navigate to other pages of…