# ThumbFullTransition **Repository Path**: mirrors_codrops/ThumbFullTransition ## Basic Information - **Project Name**: ThumbFullTransition - **Description**: An experimental animation where an image goes from thumbnail to full width, allowing for a classy entry to an article view. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Thumbnail to Full Width Image Animation An experimental animation where an image goes from thumbnail to full width, allowing for a classy entry to an article view. Based on this [animation](https://twitter.com/wrongakram/status/1279204900661071875) by [Akram Khalid](https://twitter.com/wrongakram). ![Thumbnail to Full Width Image Animation Image](https://tympanus.net/codrops/wp-content/uploads/2020/08/ThumbToFull_featured-1.jpg) [Article on Codrops](https://tympanus.net/codrops/?p=50733) [Demo](http://tympanus.net/Development/ThumbFullTransition/) ## Installation Install dependencies: ``` npm install ``` Compile the code for development and start a local server: ``` npm start ``` Create the build: ``` npm run build ``` ## Credits - Images by [DeMorris Byrd](https://unsplash.com/@byrdman85) ## Misc Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [GitHub](https://github.com/codrops), [Instagram](https://www.instagram.com/codropsss/) ## License [MIT](LICENSE) Made with :blue_heart: by [Codrops](http://www.codrops.com)